[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.292,1.293
Max Horn
fingolfin at users.sourceforge.net
Tue Sep 9 00:03:03 CEST 2003
Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv18958/simon
Modified Files:
simon.cpp
Log Message:
renamed VersionSettings -> TargetSettings and also renamed some of its members; added GameDetector::findTarget; made launcher use that new method; some initial preparations for Plugin code
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -d -r1.292 -r1.293
--- simon.cpp 15 Aug 2003 10:19:06 -0000 1.292
+++ simon.cpp 8 Sep 2003 15:38:34 -0000 1.293
@@ -39,7 +39,7 @@
#endif
-static const VersionSettings simon_settings[] = {
+static const TargetSettings simon_settings[] = {
// Simon the Sorcerer 1 & 2 (not SCUMM games)
{"simon1dos", "Simon the Sorcerer 1 (DOS)", GID_SIMON_FIRST, 99, MDT_ADLIB | MDT_NATIVE, GAME_SIMON1DOS, "GAMEPC"},
{"simon1amiga", "Simon the Sorcerer 1 (Amiga)", GID_SIMON_FIRST, 99, MDT_NONE, GAME_SIMON1AMIGA, "gameamiga"},
@@ -55,7 +55,7 @@
{NULL, NULL, 0, 0, MDT_NONE, 0, NULL}
};
-const VersionSettings *Engine_SIMON_targetList() {
+const TargetSettings *Engine_SIMON_targetList() {
return simon_settings;
}
More information about the Scummvm-git-logs
mailing list