Skip to content

Commit

Permalink
WAGE: Minor Comment Corrections and Removal.
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 0593022 commit 691e913
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions engines/wage/wage.cpp
Expand Up @@ -74,24 +74,21 @@ WageEngine::WageEngine(OSystem *syst, const ADGameDescription *desc) : Engine(sy
}

WageEngine::~WageEngine() {
// Dispose your resources here
debug("WageEngine::~WageEngine()");

DebugMan.clearAllDebugChannels();
delete _rnd;
}

Common::Error WageEngine::run() {
// Initialize graphics using following:
initGraphics(320, 200, false);

// Create debugger console. It requires GFX to be initialized
_console = new Console(this);

// Additional setup.
debug("WageEngine::init");

// Your main even loop should be (invoked from) here.
// Your main event loop should be (invoked from) here.
_resManager = new Common::MacResManager();
_resManager->open(getGameFile());

Expand Down

0 comments on commit 691e913

Please sign in to comment.