[Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.38,1.39

Travis Howell kirben at users.sourceforge.net
Thu Dec 12 03:24:03 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv19511/simon

Modified Files:
	items.cpp 
Log Message:

Fix error in last commit


Index: items.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/items.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- items.cpp	12 Dec 2002 11:07:01 -0000	1.38
+++ items.cpp	12 Dec 2002 11:23:43 -0000	1.39
@@ -1242,7 +1242,7 @@
 			offs = getOffsetOfChild2Param(child, 0x100);
 			talk_with_speech(child->array[offs] + 3550, a);
 		}
-	} else if (_game == GAME_SIMON1DEMO || _game == GAME_SIMON1DOS || _game == _game == GAME_SIMON2DOS) {
+	} else if (_game == GAME_SIMON1DEMO || _game == GAME_SIMON1DOS || _game == GAME_SIMON2DOS) {
 		if (child != NULL && child->avail_props & 1) {
 			const char *s = (const char *)getStringPtrByID(child->array[0]);
 			char buf[256];





More information about the Scummvm-git-logs mailing list