[Scummvm-git-logs] scummvm master -> 6b99f6a5bb2a952ca3c241375de0a8b77bbc36ce
sev-
noreply at scummvm.org
Wed Oct 11 09:26:16 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:
6b99f6a5bb SDL: Revert accidental change
Commit: 6b99f6a5bb2a952ca3c241375de0a8b77bbc36ce
https://github.com/scummvm/scummvm/commit/6b99f6a5bb2a952ca3c241375de0a8b77bbc36ce
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-10-11T11:26:09+02:00
Commit Message:
SDL: Revert accidental change
Changed paths:
backends/platform/sdl/sdl.cpp
diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp
index 855d157826d..3f5098e50ff 100644
--- a/backends/platform/sdl/sdl.cpp
+++ b/backends/platform/sdl/sdl.cpp
@@ -1009,7 +1009,7 @@ void OSystem_SDL::clearGraphicsModes() {
static const char * const helpTabs[] = {
_s("Keyboard"),
"",
-#if 0
+#if 1
_s(
"## Keyboard shortcuts\n"
"\n"
More information about the Scummvm-git-logs
mailing list