Need to set partition when reloading 3D textures.

This commit is contained in:
Martin Haye 2016-07-04 08:46:11 -07:00
parent bf666a0f07
commit bd44d405d4

View File

@ -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