[Scummvm-git-logs] scummvm master -> 1222b44feaae58a62a09ae277f06406ced8c43fc
bluegr
noreply at scummvm.org
Thu Jul 23 14:46:49 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:
1222b44fea CHEWY: Add missing talking animations in rooms 29 and 37
Commit: 1222b44feaae58a62a09ae277f06406ced8c43fc
https://github.com/scummvm/scummvm/commit/1222b44feaae58a62a09ae277f06406ced8c43fc
Author: Max H. Gerlach (git at maxgerlach.de)
Date: 2026-07-23T17:46:45+03:00
Commit Message:
CHEWY: Add missing talking animations in rooms 29 and 37
Changed paths:
engines/chewy/t_event.cpp
diff --git a/engines/chewy/t_event.cpp b/engines/chewy/t_event.cpp
index b34d7cc18d5..a6015ce8dbf 100644
--- a/engines/chewy/t_event.cpp
+++ b/engines/chewy/t_event.cpp
@@ -1288,6 +1288,7 @@ void atdsStringStart(int16 diaNr, int16 strNr, int16 personNr, int16 mode) {
case 37: // R17: energy_lever()
case 38: // R17: energy_lever()
case 60: // R17: get_oel()
+ case 62: // R29: use_pumpe()
case 111: // R12: use_linke_rohr()
case 114: // R12: Chewy-as-Bork with terminal
case 252:
@@ -1588,6 +1589,7 @@ void atdsStringStart(int16 diaNr, int16 strNr, int16 personNr, int16 mode) {
}
break;
+ case 145: // R37: talkWithRooster()
case 176:
case 177:
case 178:
More information about the Scummvm-git-logs
mailing list