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)

tentacle.s00 (37.5 KB ) - added by SF/arisme 22 years ago.
Saved state just before Chron-O-John scene

Download all attachments as: .zip

Change History (2)

by SF/arisme, 22 years ago

Attachment: tentacle.s00 added

Saved state just before Chron-O-John scene

comment:1 by aquadran, 22 years ago

Owner: set to aquadran
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.