[Scummvm-git-logs] scummvm master -> 3c9bca4c36af6e41f41e4a55fd6d583693b044e4
digitall
noreply at scummvm.org
Tue Apr 15 17:35:30 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:
3c9bca4c36 ALG: Fix Duplicated Branches GCC Compiler Warning
Commit: 3c9bca4c36af6e41f41e4a55fd6d583693b044e4
https://github.com/scummvm/scummvm/commit/3c9bca4c36af6e41f41e4a55fd6d583693b044e4
Author: D G Turner (digitall at scummvm.org)
Date: 2025-04-15T18:34:58+01:00
Commit Message:
ALG: Fix Duplicated Branches GCC Compiler Warning
Changed paths:
engines/alg/logic/game_bountyhunter.cpp
diff --git a/engines/alg/logic/game_bountyhunter.cpp b/engines/alg/logic/game_bountyhunter.cpp
index 7acee46a45f..b10a3fbc5a3 100644
--- a/engines/alg/logic/game_bountyhunter.cpp
+++ b/engines/alg/logic/game_bountyhunter.cpp
@@ -843,6 +843,7 @@ void GameBountyHunter::rectStart(Rect *rect) {
_gameInProgress = true;
_restartScene = 0;
if (_vm->isDemo()) {
+ debug(5, "FIXME: Demo Next Scene is 0x45?");
setNextScene(0x45); // TODO fix
} else {
setNextScene(0x45);
More information about the Scummvm-git-logs
mailing list