WAGE: Minor Comment Corrections and Removal.

Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
This commit is contained in:
D G Turner 2011-05-30 04:32:51 +01:00 committed by Eugene Sandulenko
parent 0593022a73
commit 691e9134c4

View File

@ -74,7 +74,6 @@ WageEngine::WageEngine(OSystem *syst, const ADGameDescription *desc) : Engine(sy
}
WageEngine::~WageEngine() {
// Dispose your resources here
debug("WageEngine::~WageEngine()");
DebugMan.clearAllDebugChannels();
@ -82,16 +81,14 @@ WageEngine::~WageEngine() {
}
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());