Skip to content

Commit

Permalink
WAGE: Correct Engine For DebugMan API Changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
  • Loading branch information
digitall authored and sev- committed Dec 27, 2015
1 parent 2442f12 commit 5926af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/wage/wage.cpp
Expand Up @@ -51,6 +51,7 @@
#include "common/scummsys.h"

#include "common/config-manager.h"
#include "common/debug-channels.h"
#include "common/EventRecorder.h"
#include "common/file.h"
#include "common/fs.h"
Expand All @@ -73,8 +74,7 @@ WageEngine::~WageEngine() {
// Dispose your resources here
debug("WageEngine::~WageEngine()");

// Remove all of our debug levels here
Common::clearAllDebugChannels();
DebugMan.clearAllDebugChannels();
delete _rnd;
}

Expand Down

0 comments on commit 5926af0

Please sign in to comment.