[Scummvm-cvs-logs] CVS: scummvm/common gameDetector.cpp,1.25,1.26
Travis Howell
kirben at users.sourceforge.net
Tue Nov 5 02:37:02 CET 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.52,1.53
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.8,1.9 res.cpp,1.8,1.9 simon.cpp,1.51,1.52 simon.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv27624/common
Modified Files:
gameDetector.cpp
Log Message:
Add simon1talkie and simon2talkie targets
Index: gameDetector.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/gameDetector.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- gameDetector.cpp 28 Oct 2002 20:35:14 -0000 1.25
+++ gameDetector.cpp 5 Nov 2002 10:36:30 -0000 1.26
@@ -504,9 +504,11 @@
/* Simon the Sorcerer 1 & 2 (not SCUMM games) */
{"simon1dos", "Simon the Sorcerer 1 for DOS", GID_SIMON_FIRST+0, 99, 99, 99, 0},
{"simon2dos", "Simon the Sorcerer 2 for DOS", GID_SIMON_FIRST+1, 99, 99, 99, 0},
- {"simon1win", "Simon the Sorcerer 1 for Windows", GID_SIMON_FIRST+2, 99, 99, 99, 0},
- {"simon2win", "Simon the Sorcerer 2 for Windows", GID_SIMON_FIRST+3, 99, 99, 99, 0},
- {"simon1demo", "Simon the Sorcerer 1 for DOS (demo)", GID_SIMON_FIRST+4, 99, 99, 99, 0},
+ {"simon1talkie", "Simon the Sorcerer 1 Talkie for DOS", GID_SIMON_FIRST+4, 99, 99, 99, 0},
+ {"simon2talkie", "Simon the Sorcerer 2 Talkie for DOS", GID_SIMON_FIRST+5, 99, 99, 99, 0},
+ {"simon1win", "Simon the Sorcerer 1 Talkie for Windows", GID_SIMON_FIRST+6, 99, 99, 99, 0},
+ {"simon2win", "Simon the Sorcerer 2 Talkie for Windows", GID_SIMON_FIRST+7, 99, 99, 99, 0},
+ {"simon1demo", "Simon the Sorcerer 1 for DOS (demo)", GID_SIMON_FIRST+8, 99, 99, 99, 0},
/* Scumm Version 8 */
{"comi", "The Curse of Monkey Island", GID_CMI, 8, 1, 0,
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.52,1.53
- Next message: [Scummvm-cvs-logs] CVS: scummvm/simon items.cpp,1.8,1.9 res.cpp,1.8,1.9 simon.cpp,1.51,1.52 simon.h,1.8,1.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list