[Scummvm-git-logs] scummvm master -> 2c9aac338dcdef8071fb1553910991f78e41f760
AndywinXp
noreply at scummvm.org
Sat Jun 28 07:42:16 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:
2c9aac338d LASTEXPRESS: Fix disappearing table during August's alone dinner
Commit: 2c9aac338dcdef8071fb1553910991f78e41f760
https://github.com/scummvm/scummvm/commit/2c9aac338dcdef8071fb1553910991f78e41f760
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-06-28T09:42:10+02:00
Commit Message:
LASTEXPRESS: Fix disappearing table during August's alone dinner
Changed paths:
engines/lastexpress/characters/august.cpp
diff --git a/engines/lastexpress/characters/august.cpp b/engines/lastexpress/characters/august.cpp
index 45556fee9c6..a80f879dfe3 100644
--- a/engines/lastexpress/characters/august.cpp
+++ b/engines/lastexpress/characters/august.cpp
@@ -3858,6 +3858,7 @@ void LogicManager::HAND_August_Dinner(HAND_PARAMS) {
}
case 12:
case 122288808:
+ startCycOtis(kCharacterAugust, "010B3");
break;
case 18:
if (getCharacter(kCharacterAugust).callbacks[getCharacter(kCharacterAugust).currentCall + 8] == 1) {
More information about the Scummvm-git-logs
mailing list