Opened 22 years ago

Closed 22 years ago

#329 closed defect

Error on Monkey Island addMessageToStack

Reported by: (none) Owned by: SF/ender
Priority: normal Component: Engine: SCUMM
Version: Keywords:
Cc: Game: Monkey Island 1

Description

On the Monkey Island monkeyvga exits when you enter the Place with the Monkey Head, the attached diff will handle this:

--- string.cpp.orig Sun Jun 30 14:56:02 2002 +++ string.cpp Sun Jun 30 14:34:00 2002 @@ -624,7 +624,8 @@ error("Message stack not allocated");

if (msg == NULL) - error("Bad message in addMessageToStack"); + return NULL;
+// error("Bad message in addMessageToStack");

while ((chr = *msg++) != 0) { if (num > 500)

best regards Hans Freitag <macrotron@president.eu.org>

Ticket imported from: #575677. Ticket imported from: bugs/329.

Change History (2)

comment:1 by SF/ender, 22 years ago

Owner: set to SF/ender
Status: newclosed

comment:2 by SF/ender, 22 years ago

Commited, thanks.

Note: See TracTickets for help on using tickets.