mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 13:58:01 +00:00
Remove comment
svn-id: r11563
This commit is contained in:
parent
5154790733
commit
46f00d079c
@ -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)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user