[Scummvm-git-logs] scummvm master -> c6a5373bcc34ba82280c63c68cee867051b58d58
digitall
noreply at scummvm.org
Wed Jul 2 00:53:01 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:
c6a5373bcc FREESCAPE: Fix Redundant Redeclaration GCC Compiler Warning
Commit: c6a5373bcc34ba82280c63c68cee867051b58d58
https://github.com/scummvm/scummvm/commit/c6a5373bcc34ba82280c63c68cee867051b58d58
Author: D G Turner (digitall at scummvm.org)
Date: 2025-07-02T01:52:20+01:00
Commit Message:
FREESCAPE: Fix Redundant Redeclaration GCC Compiler Warning
Changed paths:
engines/freescape/games/castle/castle.cpp
diff --git a/engines/freescape/games/castle/castle.cpp b/engines/freescape/games/castle/castle.cpp
index 08c77d72086..bb461be5a60 100644
--- a/engines/freescape/games/castle/castle.cpp
+++ b/engines/freescape/games/castle/castle.cpp
@@ -502,8 +502,6 @@ void CastleEngine::pressedKey(const int keycode) {
}
}
-extern Common::String centerAndPadString(const Common::String &x, int y);
-
void CastleEngine::drawInfoMenu() {
PauseToken pauseToken = pauseEngine();
if (_savedScreen) {
More information about the Scummvm-git-logs
mailing list