[Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.6,1.7

Nicolas Bacca arisme at users.sourceforge.net
Sun Oct 12 06:04:04 CEST 2003


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1:/tmp/cvs-serv4657

Modified Files:
	engine.cpp 
Log Message:
Fix WinCE build

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/engine.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- engine.cpp	10 Oct 2003 13:55:05 -0000	1.6
+++ engine.cpp	12 Oct 2003 13:03:34 -0000	1.7
@@ -51,7 +51,7 @@
 const char *Engine::getSavePath() const {
 
 #ifdef _WIN32_WCE
-	return _gameDataPath;
+	return _gameDataPath.c_str();
 #elif defined(__PALM_OS__)
 	return SCUMMVM_SAVEPATH;
 #else





More information about the Scummvm-git-logs mailing list