[Scummvm-git-logs] scummvm master -> 2af2e07e2f4eca121481fce92a18ffb5b0c33045
Strangerke
noreply at scummvm.org
Wed Apr 19 23:46:01 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
2af2e07e2f EFH: Fix Ctrl-Q
Commit: 2af2e07e2f4eca121481fce92a18ffb5b0c33045
https://github.com/scummvm/scummvm/commit/2af2e07e2f4eca121481fce92a18ffb5b0c33045
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2023-04-20T00:45:54+01:00
Commit Message:
EFH: Fix Ctrl-Q
Changed paths:
engines/efh/utils.cpp
diff --git a/engines/efh/utils.cpp b/engines/efh/utils.cpp
index 9afb5926704..4f6582906db 100644
--- a/engines/efh/utils.cpp
+++ b/engines/efh/utils.cpp
@@ -209,6 +209,7 @@ Common::KeyCode EfhEngine::getKeyCode(const Common::Event &event) {
case Common::KEYCODE_x:
case Common::KEYCODE_q:
_shouldQuit = true;
+ retVal = Common::KEYCODE_INVALID;
break;
default:
break;
More information about the Scummvm-git-logs
mailing list