Opened 16 years ago
Closed 16 years ago
#4096 closed defect (fixed)
FT demo: debugger at end of demo
Reported by: | SF/clemty | Owned by: | Kirben |
---|---|---|---|
Priority: | low | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Full Throttle |
Description
win32 svn Jan 18
Playing through FT demo, last screen is a black background and white Full Throttle/Lucasarts text, then the debugger pops up with:
Script 22 ending with active cutscene/override (1)
Ticket imported from: #2518226. Ticket imported from: bugs/4096.
Change History (3)
comment:1 by , 16 years ago
Priority: | normal → low |
---|
comment:2 by , 16 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in ScummVM SVN, use the next daily snapshot of ScummVM SVN.
The cutsceneOverride field wasn't been cleared by killAllScriptsExceptCurrent(), for all games (only SCUMM version 6). Which meant a cutsceneOverride value could already exist, when a script slot was later re-used.