mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 09:49:11 +00:00
TOLTECS: Switched quicksave key from F6 to F5.
This commit is contained in:
parent
8f3e598f85
commit
37a5f9e9ef
@ -268,7 +268,7 @@ void ToltecsEngine::updateInput() {
|
||||
|
||||
// FIXME: This is just for debugging
|
||||
switch (event.kbd.keycode) {
|
||||
case Common::KEYCODE_F6:
|
||||
case Common::KEYCODE_F5:
|
||||
savegame("toltecs.001");
|
||||
break;
|
||||
case Common::KEYCODE_F9:
|
||||
|
Loading…
Reference in New Issue
Block a user