[Scummvm-cvs-logs] CVS: scummvm/simon intern.h,1.7,1.8
Max Horn
fingolfin at users.sourceforge.net
Tue Dec 24 16:49:02 CET 2002
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv23405/simon
Modified Files:
intern.h
Log Message:
even more -peantic fixes
Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- intern.h 30 Nov 2002 11:07:06 -0000 1.7
+++ intern.h 25 Dec 2002 00:48:13 -0000 1.8
@@ -98,7 +98,7 @@
enum {
SUBROUTINE_LINE_SMALL_SIZE = 2,
- SUBROUTINE_LINE_BIG_SIZE = 8,
+ SUBROUTINE_LINE_BIG_SIZE = 8
};
struct SubroutineLine {
@@ -144,7 +144,7 @@
GAME_SIMON2TALKIE = GAME_SIMON2 + GAME_TALKIE,
GAME_SIMON1WIN = GAME_WIN + GAME_TALKIE,
GAME_SIMON2WIN = GAME_SIMON2 + GAME_WIN + GAME_TALKIE,
- GAME_SIMON1DEMO = GAME_DEMO,
+ GAME_SIMON1DEMO = GAME_DEMO
};
#endif
More information about the Scummvm-git-logs
mailing list