[Scummvm-cvs-logs] SF.net SVN: scummvm: [32228] scummvm/trunk/backends/platform/PalmOS/Src/ be_base.cpp

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Fri May 23 15:00:37 CEST 2008


Revision: 32228
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32228&view=rev
Author:   chrilith
Date:     2008-05-23 06:00:37 -0700 (Fri, 23 May 2008)

Log Message:
-----------
Use default save game class

Modified Paths:
--------------
    scummvm/trunk/backends/platform/PalmOS/Src/be_base.cpp

Modified: scummvm/trunk/backends/platform/PalmOS/Src/be_base.cpp
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/be_base.cpp	2008-05-23 12:59:18 UTC (rev 32227)
+++ scummvm/trunk/backends/platform/PalmOS/Src/be_base.cpp	2008-05-23 13:00:37 UTC (rev 32228)
@@ -100,7 +100,7 @@
 	// Create the savefile manager, if none exists yet (we check for this to
 	// allow subclasses to provide their own).
 	if (_saveMgr == 0) {
-		_saveMgr = new PalmSaveFileManager();
+		_saveMgr = new DefaultSaveFileManager();
 	}
 
 	// Create and hook up the mixer, if none exists yet (we check for this to


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list