mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 08:55:45 +00:00
DREAMWEB: Fixed quit from travel screen
This commit is contained in:
parent
984407de84
commit
57c68af92e
@ -53,7 +53,10 @@ Selectlocation proc near
|
||||
call playchannel0
|
||||
mov newlocation,255
|
||||
|
||||
select: call delpointer
|
||||
select:
|
||||
cmp quitrequested, 0
|
||||
jnz quittravel
|
||||
call delpointer
|
||||
call readmouse
|
||||
call showpointer
|
||||
call vsync
|
||||
|
Loading…
x
Reference in New Issue
Block a user