[Scummvm-git-logs] scummvm master -> c46aa0f7c253dd447b4a0d08b846d9575a2216d3
athrxx
noreply at scummvm.org
Sun Aug 10 11:46:53 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:
c46aa0f7c2 KYRA: fix bug no. 16148
Commit: c46aa0f7c253dd447b4a0d08b846d9575a2216d3
https://github.com/scummvm/scummvm/commit/c46aa0f7c253dd447b4a0d08b846d9575a2216d3
Author: athrxx (athrxx at scummvm.org)
Date: 2025-08-10T13:46:13+02:00
Commit Message:
KYRA: fix bug no. 16148
(LOK "Drinking crash")
Changed paths:
engines/kyra/sequence/sequences_lok.cpp
diff --git a/engines/kyra/sequence/sequences_lok.cpp b/engines/kyra/sequence/sequences_lok.cpp
index 77394ca4c95..fed6a8ca208 100644
--- a/engines/kyra/sequence/sequences_lok.cpp
+++ b/engines/kyra/sequence/sequences_lok.cpp
@@ -1003,7 +1003,7 @@ void KyraEngine_LoK::seq_playDrinkPotionAnim(int item, int makeFlaskEmpty, int f
delayWithTicks(7);
}
- if (makeFlaskEmpty)
+ if (makeFlaskEmpty && (_flags.platform != Common::kPlatformAmiga))
_screen->setPaletteIndex(0xFE, 30, 30, 30);
for (int i = 131; i >= 123; --i) {
More information about the Scummvm-git-logs
mailing list