#6456 closed defect (fixed)
HOPKINS: using RTL closes ScummVM
Reported by: | misterhands | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: Hopkins |
Version: | Keywords: | ||
Cc: | Game: | Hopkins FBI |
Description
Using the latest Win64 daily build, ScummVM closes when using the RTL button. I'm pretty sure this used to work before.
Ticket imported from: bugs/6456.
Change History (5)
comment:1 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|
comment:4 by , 10 years ago
Status: | new → closed |
---|
Note:
See TracTickets
for help on using tickets.
Replicated on Linux x86_64 using latest master and with v1.6.0.
Have tracked this down to quitGame() call made in HopkinsEngine::restoreSystem() which is called in a number of places. This forces ScummVM to quit, even if called due to RTL.
The normal way to quit is just set a flag and allow the run method to return.
@misterhands: I doubt this worked anytime recently.