[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.115,1.116
Travis Howell
kirben at users.sourceforge.net
Sun Dec 8 04:45:02 CET 2002
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv8191/simon
Modified Files:
simon.cpp
Log Message:
small code cleanup
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- simon.cpp 8 Dec 2002 02:01:27 -0000 1.115
+++ simon.cpp 8 Dec 2002 12:44:57 -0000 1.116
@@ -1745,13 +1745,7 @@
break;
case GAME_SIMON1DEMO:
- talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
- break;
-
case GAME_SIMON1DOS:
- talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
- break;
-
case GAME_SIMON2DOS:
talk_with_text(num_1, num_2, (char *)string_ptr, tv->a, tv->b, tv->c);
break;
More information about the Scummvm-git-logs
mailing list