mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-03-01 03:30:04 +00:00
Need to set partition when reloading 3D textures.
This commit is contained in:
parent
bf666a0f07
commit
bd44d405d4
@ -1642,7 +1642,10 @@ loadTextures: !zone
|
||||
pl_texControl: !zone {
|
||||
tax
|
||||
beq .unload
|
||||
lda #0 ; don't re-init scripts
|
||||
lda #START_LOAD
|
||||
ldx #2 ; textures are on disk 2
|
||||
jsr mainLoader
|
||||
lda #0 ; don't re-init scripts
|
||||
jmp loadTextures
|
||||
.unload
|
||||
- txa
|
||||
|
Loading…
x
Reference in New Issue
Block a user