aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
authorStrangerke2014-05-27 07:22:25 +0200
committerStrangerke2014-05-27 07:22:25 +0200
commitaa93329c69db0d8c9a7efb54c43c2d6ba86d9bc4 (patch)
tree0c168e05204fb6cd33a442d69535435aae6fe211 /engines/mads
parent2be09fc6db44bf95e507d42a6d057c0da645b15a (diff)
downloadscummvm-rg350-aa93329c69db0d8c9a7efb54c43c2d6ba86d9bc4.tar.gz
scummvm-rg350-aa93329c69db0d8c9a7efb54c43c2d6ba86d9bc4.tar.bz2
scummvm-rg350-aa93329c69db0d8c9a7efb54c43c2d6ba86d9bc4.zip
MADS: Initialize pointer in MADSEngine
Diffstat (limited to 'engines/mads')
-rw-r--r--engines/mads/mads.cpp1
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() {