[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.67,1.68
Max Horn
fingolfin at users.sourceforge.net
Sun Nov 10 09:20:02 CET 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.8,1.9 engine.h,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.62,1.63 scummvm.cpp,1.72,1.73 gfx.cpp,1.59,1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv24626/simon
Modified Files:
simon.cpp
Log Message:
completly decoupled engine.h/.cpp from simon.h and scumm.h; removed some static variables from drawFlashlight() and made them members of class Scumm instead
Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- simon.cpp 10 Nov 2002 16:25:02 -0000 1.67
+++ simon.cpp 10 Nov 2002 17:19:43 -0000 1.68
@@ -121,6 +121,11 @@
};
+Engine *Engine_SIMON_create(GameDetector *detector, OSystem *syst)
+{
+ return new SimonState(detector, syst);
+}
+
SimonState::SimonState(GameDetector *detector, OSystem *syst)
: Engine(detector, syst)
{
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.8,1.9 engine.h,1.6,1.7
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.62,1.63 scummvm.cpp,1.72,1.73 gfx.cpp,1.59,1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list