Fixed bug: need to repair line table in raycaster after using ProDOS, because ProDOS now uses aux ZP.

This commit is contained in:
Martin Haye 2015-06-04 10:21:04 -07:00
parent a8e501c51b
commit 16509b9942

View File

@ -1762,6 +1762,7 @@ pl_render: !zone
cmp $4001
beq ++
+ jsr copyScreen ; if it was, restore by copying hgr1 to hgr2
jsr makeLines
++ jmp renderFrame ; then go ahead and render
;-------------------------------------------------------------------------------