Opened 22 years ago
Closed 22 years ago
#511 closed defect (fixed)
DOTT : Crash before Chron-O-John scene
Reported by: | SF/arisme | Owned by: | aquadran |
---|---|---|---|
Priority: | blocker | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Day of the Tentacle |
Description
Crash occurs just in the beginning of the game with the current tree.
_realHeight & _realWidth are corrupted - this is caused by sx being negative in gfx.cpp, line 896
changing 898 from if (sx >= _numStrips) return; to if (sx >= _numStrips || sx < 0) return;
seems to fix without glitches, but the problem could be on another level :)
Save state included
Ticket imported from: #629302. Ticket imported from: bugs/511.
Attachments (1)
Change History (2)
by , 22 years ago
Attachment: | tentacle.s00 added |
---|
comment:1 by , 22 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Saved state just before Chron-O-John scene