[Scummvm-cvs-logs] SF.net SVN: scummvm: [21532] scummvm/trunk/engines/cine

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Apr 1 13:32:04 CEST 2006


Revision: 21532
Author:   fingolfin
Date:     2006-04-01 13:31:27 -0800 (Sat, 01 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21532&view=rev

Log Message:
-----------
Removed superfluous addDefaultDirectory call, as well as two unused bad member vars

Modified Paths:
--------------
    scummvm/trunk/engines/cine/cine.cpp
    scummvm/trunk/engines/cine/cine.h
Modified: scummvm/trunk/engines/cine/cine.cpp
===================================================================
--- scummvm/trunk/engines/cine/cine.cpp	2006-04-01 21:30:06 UTC (rev 21531)
+++ scummvm/trunk/engines/cine/cine.cpp	2006-04-01 21:31:27 UTC (rev 21532)
@@ -134,11 +134,6 @@
 	_mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume"));
 	_mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume"));
 
-	_dataPath = getGameDataPath();
-	_savePath = _saveFileMan->getSavePath();
-
-	Common::File::addDefaultDirectory(_gameDataPath);
-
 	const CINEGameSettings *g;
 
 	for (g = cine_settings; g->name; ++g)

Modified: scummvm/trunk/engines/cine/cine.h
===================================================================
--- scummvm/trunk/engines/cine/cine.h	2006-04-01 21:30:06 UTC (rev 21531)
+++ scummvm/trunk/engines/cine/cine.h	2006-04-01 21:31:27 UTC (rev 21532)
@@ -60,9 +60,6 @@
 	int go();
 	void shutdown();
 
-	const char *_dataPath;
-	const char *_savePath;
-
 public:
 	CineEngine(GameDetector *detector, OSystem *syst);
 	virtual ~CineEngine();


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