aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/mads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/mads.cpp')
-rw-r--r--engines/mads/mads.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/mads/mads.cpp b/engines/mads/mads.cpp
index 963a35c24c..deccb5ba4f 100644
--- a/engines/mads/mads.cpp
+++ b/engines/mads/mads.cpp
@@ -98,14 +98,7 @@ void MADSEngine::initialize() {
_sound = new SoundManager(this, _mixer);
_audio = new AudioPlayer(_mixer, getGameID());
_game = Game::init(this);
-
- switch (getGameID()) {
- case GType_RexNebular:
- _gameConv = nullptr;
- break;
- default:
- _gameConv = new GameConversations(this);
- }
+ _gameConv = new GameConversations(this);
loadOptions();