diff options
-rw-r--r-- | engines/mads/mads.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/mads.cpp b/engines/mads/mads.cpp index 871d1b5033..31e9b0dbe2 100644 --- a/engines/mads/mads.cpp +++ b/engines/mads/mads.cpp @@ -54,6 +54,7 @@ MADSEngine::MADSEngine(OSystem *syst, const MADSGameDescription *gameDesc) : _palette = nullptr; _resources = nullptr; _sound = nullptr; + _audio = nullptr; } MADSEngine::~MADSEngine() { |