Fix missing OPTIMIZE check

This commit is contained in:
Kak 2021-10-02 17:57:09 +02:00
parent 7f752b9761
commit 6ea66cd9f9

View File

@ -3092,7 +3092,11 @@ IF FIX_BUGS == 1
and a ; Standing on a solid actor?
call z, Level_Scroll_CheckSegScroll ; If not, call
ELSE
call Level_Scroll_CheckSegScrollAlt
IF OPTIMIZE == 1
call Level_Scroll_CheckSegScroll
ELSE
call Level_Scroll_CheckSegScrollAlt
ENDC
ENDC
;--
ld a, [sScreenShakeTimer]