From aa93329c69db0d8c9a7efb54c43c2d6ba86d9bc4 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 27 May 2014 07:22:25 +0200 Subject: MADS: Initialize pointer in MADSEngine --- engines/mads/mads.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mads') 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() { -- cgit v1.2.3