mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
WAGE: Correct Engine For DebugMan API Changes.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
This commit is contained in:
parent
2442f12bb4
commit
5926af06f1
@ -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"
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user