mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 08:06:42 +00:00
Cleanup
svn-id: r45368
This commit is contained in:
parent
55e0efeb8f
commit
410c298757
@ -97,18 +97,6 @@ Common::Error SciEngine::run() {
|
|||||||
// Create debugger console. It requires GFX to be initialized
|
// Create debugger console. It requires GFX to be initialized
|
||||||
_console = new Console(this);
|
_console = new Console(this);
|
||||||
|
|
||||||
/* bool end = false;
|
|
||||||
Common::EventManager *em = _system->getEventManager();
|
|
||||||
while (!end) {
|
|
||||||
Common::Event ev;
|
|
||||||
if (em->pollEvent(ev)) {
|
|
||||||
if (ev.type == Common::EVENT_KEYDOWN) {
|
|
||||||
end = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
_system->delayMillis(10);
|
|
||||||
} */
|
|
||||||
|
|
||||||
// FIXME/TODO: Move some of the stuff below to init()
|
// FIXME/TODO: Move some of the stuff below to init()
|
||||||
|
|
||||||
_resMan = new ResourceManager();
|
_resMan = new ResourceManager();
|
||||||
|
Loading…
Reference in New Issue
Block a user