added walkthrough

svn-id: r15835
This commit is contained in:
Paweł Kołodziejski 2004-11-19 19:50:22 +00:00
parent c4a8b3c8b5
commit 20e9cf6f20
16 changed files with 388 additions and 3 deletions

View file

@ -47,6 +47,8 @@ Engine::Engine(OSystem *syst)
g_debugLevel = ConfMan.getInt("debuglevel");
_saveFileMan = _system->getSavefileManager();
_walkthroughDialog = new GUI::WalkthroughDialog(1.0, 1.0);
}
Engine::~Engine() {
@ -54,8 +56,9 @@ Engine::~Engine() {
delete _mixer;
delete _saveFileMan;
delete _walkthroughDialog;
g_engine = 0;
g_engine = NULL;
}
const char *Engine::getSavePath() const {