Mataniko / scummvm

ScummVM main repository
http://www.scummvm.org/
GNU General Public License v3.0
0 stars 0 forks source link

Error on Monkey Island addMessageToStack #329

Closed Mataniko closed 22 years ago

Mataniko commented 22 years ago

Issue migrated from trac ticket # 329

component: Engine: SCUMM | priority: normal

2002-06-30 17:58:59: created the issue


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.
Mataniko commented 22 years ago

2002-07-01 04:18:13: SF/ender changed owner from * to SF/ender*

Mataniko commented 22 years ago

2002-07-01 04:18:13: SF/ender changed status from new to closed

Mataniko commented 22 years ago

2002-07-01 04:18:13: SF/ender commented



Commited, thanks.