[Scummvm-cvs-logs] CVS: scummvm/simon debug.cpp,1.5,1.6

Travis Howell kirben at users.sourceforge.net
Wed Nov 20 03:27:06 CET 2002


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

Modified Files:
	debug.cpp 
Log Message:

Another ooops


Index: debug.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/debug.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- debug.cpp	20 Nov 2002 05:43:43 -0000	1.5
+++ debug.cpp	20 Nov 2002 11:26:53 -0000	1.6
@@ -44,7 +44,7 @@
 	st = s = simon1dos_opcode_name_table[opcode];
 	} else if (_game == GAME_SIMON1TALKIE || _game == GAME_SIMON1WIN) {
 	st = s = simon1talkie_opcode_name_table[opcode];
-	} else if (_game == GAME_SIMON2WIN) {
+	} else if (_game == GAME_SIMON2TALKIE || _game == GAME_SIMON2WIN) {
 	st = s = simon2talkie_opcode_name_table[opcode];
 	} else {
 	st = s = simon2dos_opcode_name_table[opcode];





More information about the Scummvm-git-logs mailing list