diff options
author | Travis Howell | 2003-12-11 03:23:07 +0000 |
---|---|---|
committer | Travis Howell | 2003-12-11 03:23:07 +0000 |
commit | 46f00d079c63d58b4d59e922bfdd3049a4ec6caa (patch) | |
tree | cb125c03a5c41709066f2cdacfb5501d690496d7 | |
parent | 5154790733fcca6a9fd0209c3174a4d8640c142b (diff) | |
download | scummvm-rg350-46f00d079c63d58b4d59e922bfdd3049a4ec6caa.tar.gz scummvm-rg350-46f00d079c63d58b4d59e922bfdd3049a4ec6caa.tar.bz2 scummvm-rg350-46f00d079c63d58b4d59e922bfdd3049a4ec6caa.zip |
Remove comment
svn-id: r11563
-rw-r--r-- | simon/simon.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index c4a38eb2bc..49306c9b98 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -4793,10 +4793,6 @@ void SimonEngine::delay(uint amount) { while (_system->poll_event(&event)) { switch (event.event_code) { case OSystem::EVENT_KEYDOWN: - // First attempt at quick load/save keys support - // For some reason Simon often walks into a location when loading - // and sometimes Simon isn't shown until he is moved. - if (event.kbd.keycode >= '0' && event.kbd.keycode<='9' && (event.kbd.flags == OSystem::KBD_ALT || event.kbd.flags == OSystem::KBD_CTRL)) { |