ootw: l3: draw steam on top (not in bg)

This commit is contained in:
Vince Weaver 2019-08-11 22:43:35 -04:00
parent 79165c93bf
commit eb3fd06bd8

View File

@ -81,11 +81,6 @@ vent_loop:
jsr gr_copy_to_current
;================================
; draw background action (steam)
;================================
jsr handle_steam
;===============================
@ -467,6 +462,13 @@ actually_draw:
jsr put_sprite_crop
;================================
; draw background action (steam)
;================================
jsr handle_steam
;========================
; only show small window
;========================