diff options
Diffstat (limited to 'engines/mads/mads.cpp')
-rw-r--r-- | engines/mads/mads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/mads.cpp b/engines/mads/mads.cpp index 0bdf484c9a..963a35c24c 100644 --- a/engines/mads/mads.cpp +++ b/engines/mads/mads.cpp @@ -104,7 +104,7 @@ void MADSEngine::initialize() { _gameConv = nullptr; break; default: - _gameConv = new GameConversation(this); + _gameConv = new GameConversations(this); } loadOptions(); |