[Scummvm-cvs-logs] CVS: scummvm/common engine.h,1.25,1.26

Travis Howell kirben at users.sourceforge.net
Sun Jun 1 02:42:06 CEST 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv29215/common

Modified Files:
	engine.h 
Log Message:

Rename SimonState to SimonEngine


Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- engine.h	25 May 2003 12:28:38 -0000	1.25
+++ engine.h	1 Jun 2003 09:41:55 -0000	1.26
@@ -58,7 +58,7 @@
 	virtual const char *getGameDataPath() const { return _gameDataPath; }
 
 	// Create a new engine object based on the detector - either 
-	// a Scumm or a SimonState object currently.
+	// a Scumm or a SimonEngine object currently.
 	static Engine *createFromDetector(GameDetector *detector, OSystem *syst);
 	
 	// Specific for each engine preparare of erroe string





More information about the Scummvm-git-logs mailing list