[Scummvm-git-logs] scummvm master -> d3316d10c69b2abf55ef736a27aff2779ebac9c3
digitall
noreply at scummvm.org
Sun Apr 5 03:35:11 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:
d3316d10c6 COLONY: Fix Duplicated Condition in Switch Statement GCC Compiler Warning
Commit: d3316d10c69b2abf55ef736a27aff2779ebac9c3
https://github.com/scummvm/scummvm/commit/d3316d10c69b2abf55ef736a27aff2779ebac9c3
Author: D G Turner (digitall at scummvm.org)
Date: 2026-04-05T04:35:21+01:00
Commit Message:
COLONY: Fix Duplicated Condition in Switch Statement GCC Compiler Warning
Changed paths:
engines/colony/colony.cpp
diff --git a/engines/colony/colony.cpp b/engines/colony/colony.cpp
index 5a054f17fba..bb63dd13df0 100644
--- a/engines/colony/colony.cpp
+++ b/engines/colony/colony.cpp
@@ -1024,8 +1024,6 @@ Common::Error ColonyEngine::run() {
mouseDY += event.relMouse.y;
mouseMoved = true;
}
- } else if (event.type == Common::EVENT_SCREEN_CHANGED) {
- _gfx->computeScreenViewport();
}
}
More information about the Scummvm-git-logs
mailing list