diff options
| author | Chris Apers | 2008-05-23 13:00:37 +0000 | 
|---|---|---|
| committer | Chris Apers | 2008-05-23 13:00:37 +0000 | 
| commit | 78341b2d18be3e4042196495e20d8d4ede247612 (patch) | |
| tree | 7a9f74e277fdc3d4424ae0cebc2707fc28bcd6bb /backends/platform/PalmOS | |
| parent | 770f0ad619a354f6a60ec41d2027ca0142ff8f13 (diff) | |
| download | scummvm-rg350-78341b2d18be3e4042196495e20d8d4ede247612.tar.gz scummvm-rg350-78341b2d18be3e4042196495e20d8d4ede247612.tar.bz2 scummvm-rg350-78341b2d18be3e4042196495e20d8d4ede247612.zip  | |
Use default save game class
svn-id: r32228
Diffstat (limited to 'backends/platform/PalmOS')
| -rw-r--r-- | backends/platform/PalmOS/Src/be_base.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/PalmOS/Src/be_base.cpp b/backends/platform/PalmOS/Src/be_base.cpp index e6816893a9..b036d4ae11 100644 --- a/backends/platform/PalmOS/Src/be_base.cpp +++ b/backends/platform/PalmOS/Src/be_base.cpp @@ -100,7 +100,7 @@ void OSystem_PalmBase::initBackend() {  	// 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  | 
