aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index 82d47cae92..dc3353e6ec 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -115,12 +115,9 @@ SagaEngine::SagaEngine(GameDetector *detector, OSystem *syst)
_mixer->setVolume(ConfMan.getInt("sfx_volume") * ConfMan.getInt("master_volume") / 255);
_vm = this;
-
- _walkthroughDialog->setGameName(detector->_game.name);
}
SagaEngine::~SagaEngine() {
- _walkthroughDialog->destroy();
}
void SagaEngine::errorString(const char *buf1, char *buf2) {
@@ -220,8 +217,6 @@ void SagaEngine::go() {
return;
}
- _walkthroughDialog->create();
-
// Initialize system specific sound
_sound = new Sound(this, _mixer, _soundEnabled);
if (!_soundEnabled) {