added walkthrough
svn-id: r15835
This commit is contained in:
parent
c4a8b3c8b5
commit
20e9cf6f20
16 changed files with 388 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue