[Scummvm-git-logs] scummvm master -> 05356dbcfc11e2f0b43f3fc3bda9ff306bf867a4
digitall
noreply at scummvm.org
Sun Sep 22 02:12:04 UTC 2024
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:
05356dbcfc FREESCAPE: Fix Redundant Redeclaration GCC Compiler Warning
Commit: 05356dbcfc11e2f0b43f3fc3bda9ff306bf867a4
https://github.com/scummvm/scummvm/commit/05356dbcfc11e2f0b43f3fc3bda9ff306bf867a4
Author: D G Turner (digitall at scummvm.org)
Date: 2024-09-22T03:11:39+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 311e5ec3a58..71790286a0b 100644
--- a/engines/freescape/games/castle/castle.cpp
+++ b/engines/freescape/games/castle/castle.cpp
@@ -1035,8 +1035,6 @@ void CastleEngine::drawOption() {
_gfx->setViewport(_viewArea);
}
-extern Common::String centerAndPadString(const Common::String &x, int y);
-
void CastleEngine::selectCharacterScreen() {
Common::Array<Common::String> lines;
uint32 color = _gfx->_texturePixelFormat.ARGBToColor(0x00, 0x00, 0x00, 0x00);
More information about the Scummvm-git-logs
mailing list