[Scummvm-cvs-logs] CVS: scummvm/common engine.h,1.10,1.11

James Brown ender at users.sourceforge.net
Thu Dec 26 16:12:02 CET 2002


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

Modified Files:
	engine.h 
Log Message:
Move some things around, to get rid of all these resource/ sprintf's for CMI


Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/engine.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- engine.h	4 Dec 2002 13:31:13 -0000	1.10
+++ engine.h	27 Dec 2002 00:11:01 -0000	1.11
@@ -53,7 +53,7 @@
 	// Get the save game dir path
 	const char *getSavePath() const;
 
-	const char *getGameDataPath() const { return _gameDataPath; }
+	virtual const char *getGameDataPath() const { return _gameDataPath; }
 
 	// Create a new engine object based on the detector - either 
 	// a Scumm or a SimonState object currently.





More information about the Scummvm-git-logs mailing list