[Scummvm-git-logs] scummvm master -> 4361827cc355a5526413f448379bf4bfc1d6776d
bluegr
noreply at scummvm.org
Thu Jul 23 13:14:47 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:
4361827cc3 CHEWY: Add missing talking animations in room 17
Commit: 4361827cc355a5526413f448379bf4bfc1d6776d
https://github.com/scummvm/scummvm/commit/4361827cc355a5526413f448379bf4bfc1d6776d
Author: Max H. Gerlach (git at maxgerlach.de)
Date: 2026-07-23T16:14:43+03:00
Commit Message:
CHEWY: Add missing talking animations in room 17
Changed paths:
engines/chewy/t_event.cpp
diff --git a/engines/chewy/t_event.cpp b/engines/chewy/t_event.cpp
index 3fb8b8e2de9..bd6bdeefe9a 100644
--- a/engines/chewy/t_event.cpp
+++ b/engines/chewy/t_event.cpp
@@ -1285,6 +1285,9 @@ void atdsStringStart(int16 diaNr, int16 strNr, int16 personNr, int16 mode) {
case 30000:
case 25:
case 34:
+ case 37: // R17: energy_lever()
+ case 38: // R17: energy_lever()
+ case 60: // R17: get_oel()
case 111: // R12: use_linke_rohr()
case 114: // R12: Chewy-as-Bork with terminal
case 252:
More information about the Scummvm-git-logs
mailing list