mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 19:32:11 +00:00
WAGE: Minor Comment Corrections and Removal.
Signed-off-by: Eugene Sandulenko <sev@scummvm.org>
This commit is contained in:
parent
0593022a73
commit
691e9134c4
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user