From d18483142d4a639c0965d65a8fb9ea2d3d5c0828 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Feb 2016 15:28:13 -0500 Subject: MADS: Fix game loop crash --- engines/mads/mads.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'engines/mads/mads.cpp') 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(); -- cgit v1.2.3