From 004c6ddec95b6c6a3f1068b8f873c485a38b8911 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 11 Sep 2002 13:28:34 +0000 Subject: Commited the following patches [ 606595 ] Fix for Sam & Max animation glitch [ 607175 ] Possible fix for bug #590511 [ 607677 ] Partial workaround for bug #566062 [ 607713 ] patch for bug 580350 (MI2 F5 crash) svn-id: r4924 --- gui/gui.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui') diff --git a/gui/gui.cpp b/gui/gui.cpp index ff989812c9..8d127226e2 100644 --- a/gui/gui.cpp +++ b/gui/gui.cpp @@ -907,6 +907,8 @@ void Gui::getSavegameNames(int start) const char *Gui::queryString(int stringno, int id) { + if ((stringno == 1) && (_s->_gameId == GID_MONKEY2)) return "How may I serve you?"; // FIXME (MI2 data file is wrong) + static char namebuf[64]; char *result; int string; -- cgit v1.2.3