aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-25 08:10:57 +0000
committerFilippos Karapetis2009-10-25 08:10:57 +0000
commit410c29875700abe1104ea8634f207e2e57de7a71 (patch)
treedd6d120aa6840c69360a7b0692ae2401e66ddf31 /engines/sci
parent55e0efeb8f1f15aa2da37bedd2bb649645fb261f (diff)
downloadscummvm-rg350-410c29875700abe1104ea8634f207e2e57de7a71.tar.gz
scummvm-rg350-410c29875700abe1104ea8634f207e2e57de7a71.tar.bz2
scummvm-rg350-410c29875700abe1104ea8634f207e2e57de7a71.zip
Cleanup
svn-id: r45368
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/sci.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 817e0fbb45..4837c87b44 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -97,18 +97,6 @@ Common::Error SciEngine::run() {
// Create debugger console. It requires GFX to be initialized
_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()
_resMan = new ResourceManager();