[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/fs .cvsignore,NONE,1.1 fs.cpp,NONE,1.1 fs.h,1.21,1.22
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui module.mk,1.14,1.15 walkthrough.cpp,1.7,NONE walkthrough.h,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/fs .cvsignore,NONE,1.1 fs.cpp,NONE,1.1 fs.h,1.21,1.22
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui module.mk,1.14,1.15 walkthrough.cpp,1.7,NONE walkthrough.h,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list