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>
Issue migrated from trac ticket # 329
component: Engine: SCUMM | priority: normal
2002-06-30 17:58:59: created the issue