[Scummvm-git-logs] scummvm master -> a17fd054bac4f4027e413893b9916a0099837455
aquadran
noreply at scummvm.org
Sun Aug 16 04:36:12 UTC 2026
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:
a17fd054ba WINTERMUTE: Always enable accessibility keyboard
Commit: a17fd054bac4f4027e413893b9916a0099837455
https://github.com/scummvm/scummvm/commit/a17fd054bac4f4027e413893b9916a0099837455
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2026-08-16T06:36:00+02:00
Commit Message:
WINTERMUTE: Always enable accessibility keyboard
Changed paths:
engines/wintermute/base/base_game.cpp
diff --git a/engines/wintermute/base/base_game.cpp b/engines/wintermute/base/base_game.cpp
index f2fbfd923ed..71e6fcdbd53 100644
--- a/engines/wintermute/base/base_game.cpp
+++ b/engines/wintermute/base/base_game.cpp
@@ -3273,7 +3273,7 @@ ScValue *BaseGame::scGetProperty(const char *name) {
// AccKeyboardEnabled
//////////////////////////////////////////////////////////////////////////
else if (strcmp(name, "AccKeyboardEnabled") == 0) {
- _scValue->setBool(_accessKeyboardEnabled);
+ //_scValue->setBool(_accessKeyboardEnabled);
return _scValue;
}
More information about the Scummvm-git-logs
mailing list