[Scummvm-cvs-logs] CVS: scummvm/base engine.cpp,1.24,1.25 engine.h,1.13,1.14

Max Horn fingolfin at users.sourceforge.net
Sat Nov 20 15:54:05 CET 2004


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25810/base

Modified Files:
	engine.cpp engine.h 
Log Message:
Removing walkthrough stuff again (talked to aquadran about this, he had no objections)

Index: engine.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/engine.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- engine.cpp	19 Nov 2004 19:50:00 -0000	1.24
+++ engine.cpp	20 Nov 2004 23:49:09 -0000	1.25
@@ -47,8 +47,6 @@
 	g_debugLevel = ConfMan.getInt("debuglevel");
 
 	_saveFileMan = _system->getSavefileManager();
-
-	_walkthroughDialog = new GUI::WalkthroughDialog(1.0, 1.0);
 }
 
 Engine::~Engine() {
@@ -56,7 +54,6 @@
 
 	delete _mixer;
 	delete _saveFileMan;
-	delete _walkthroughDialog;
 
 	g_engine = NULL;
 }

Index: engine.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/engine.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- engine.h	19 Nov 2004 19:50:00 -0000	1.13
+++ engine.h	20 Nov 2004 23:49:09 -0000	1.14
@@ -25,8 +25,6 @@
 #include "common/str.h"
 #include "common/system.h"
 
-#include "gui/walkthrough.h"
-
 class SoundMixer;
 class Timer;
 
@@ -39,7 +37,6 @@
 protected:
 	const Common::String _gameDataPath;
 	SaveFileManager *_saveFileMan;
-	GUI::WalkthroughDialog *_walkthroughDialog;
 
 public:
 	Engine(OSystem *syst);





More information about the Scummvm-git-logs mailing list