[Scummvm-git-logs] scummvm master -> a5048bcee2dc5fcee9e8e50223ccb1b86075412a
dreammaster
noreply at scummvm.org
Wed Jun 11 01:31:12 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
a5048bcee2 AWE: Fix missing keybinding case for code select
Commit: a5048bcee2dc5fcee9e8e50223ccb1b86075412a
https://github.com/scummvm/scummvm/commit/a5048bcee2dc5fcee9e8e50223ccb1b86075412a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-06-10T18:31:02-07:00
Commit Message:
AWE: Fix missing keybinding case for code select
Changed paths:
engines/awe/system_stub.cpp
diff --git a/engines/awe/system_stub.cpp b/engines/awe/system_stub.cpp
index ca0047cbf78..abb854f5343 100644
--- a/engines/awe/system_stub.cpp
+++ b/engines/awe/system_stub.cpp
@@ -145,6 +145,9 @@ void SystemStubScummVM::processEvents() {
case KEYBIND_JUMP:
_pi.jump = true;
break;
+ case KEYBIND_CODE:
+ _pi.code = true;
+ break;
default:
break;
}
More information about the Scummvm-git-logs
mailing list