mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
PETKA: remove handling RIGHT and LEFT keycodes
This commit is contained in:
parent
0639c0708e
commit
e313abbcf7
@ -424,16 +424,6 @@ void QSystem::onEvent(const Common::Event &event) {
|
||||
_mainInterface->_dialog.fixCursor(); // Buggy in original
|
||||
}
|
||||
break;
|
||||
#if 1
|
||||
case Common::KEYCODE_RIGHT:
|
||||
_xOffset += 6;
|
||||
_vm.videoSystem()->makeAllDirty();
|
||||
break;
|
||||
case Common::KEYCODE_LEFT:
|
||||
_xOffset -= 6;
|
||||
_vm.videoSystem()->makeAllDirty();
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user