diff options
Diffstat (limited to 'engines/mads')
-rw-r--r-- | engines/mads/mads.cpp | 9 |
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(); |