[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.144,1.145

kirben kirben at users.sourceforge.net
Tue Jan 10 17:48:08 CET 2006


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18733/simon

Modified Files:
	items.cpp 
Log Message:
Fix FF crash.


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- items.cpp	10 Jan 2006 10:16:34 -0000	1.144
+++ items.cpp	11 Jan 2006 01:47:40 -0000	1.145
@@ -1639,7 +1639,10 @@
 void SimonEngine::o_unk_103() {
 	mouseOff();
 	removeIconArray(_curWindow);
-	showMessageFormat("\x0C");
+	if (getGameType() == GType_FF)
+		showMessageFormat("\x0E");
+	else
+		showMessageFormat("\x0C");
 	mouseOn();
 }
 





More information about the Scummvm-git-logs mailing list