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,6 +1642,9 @@ loadTextures: !zone
pl_texControl: !zone {
tax
beq .unload
lda #START_LOAD
ldx #2 ; textures are on disk 2
jsr mainLoader
lda #0 ; don't re-init scripts
jmp loadTextures
.unload