[Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.10,1.11
Max Horn
fingolfin at users.sourceforge.net
Sat Mar 1 12:47:24 CET 2003
Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv19012/common
Modified Files:
engine.cpp
Log Message:
no need for a hack if include gameDetector.h anyway...
Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- engine.cpp 30 Nov 2002 16:03:45 -0000 1.10
+++ engine.cpp 1 Mar 2003 20:39:16 -0000 1.11
@@ -83,7 +83,6 @@
if (detector->_gameId >= GID_SIMON_FIRST && detector->_gameId <= GID_SIMON_LAST) {
// Simon the Sorcerer
- detector->_gameId -= GID_SIMON_FIRST;
engine = Engine_SIMON_create(detector, syst);
} else {
// Some kind of Scumm game
More information about the Scummvm-git-logs
mailing list