Remove comment

svn-id: r11563
This commit is contained in:
Travis Howell 2003-12-11 03:23:07 +00:00
parent 5154790733
commit 46f00d079c

View File

@ -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)) {