[Scummvm-git-logs] scummvm master -> 2e7adb02f4c59694b61f07e8f955f7e053579df8
bluegr
noreply at scummvm.org
Wed Jul 29 17:22:59 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:
2e7adb02f4 CHEWY: Add missing animation for Chewy and Howard in room 46
Commit: 2e7adb02f4c59694b61f07e8f955f7e053579df8
https://github.com/scummvm/scummvm/commit/2e7adb02f4c59694b61f07e8f955f7e053579df8
Author: Max H. Gerlach (git at maxgerlach.de)
Date: 2026-07-29T20:22:53+03:00
Commit Message:
CHEWY: Add missing animation for Chewy and Howard in room 46
Assisted-by: Claude:claude-opus-5
Changed paths:
engines/chewy/t_event.cpp
diff --git a/engines/chewy/t_event.cpp b/engines/chewy/t_event.cpp
index 52b4e8ef20e..f20f9460ff6 100644
--- a/engines/chewy/t_event.cpp
+++ b/engines/chewy/t_event.cpp
@@ -1739,6 +1739,8 @@ void atdsStringStart(int16 diaNr, int16 strNr, int16 personNr, int16 mode) {
case 398:
case 400:
case 402:
+ case 609: // R46: bodo()
+ case 610: // R46: bodo()
case R42_BEAMTER2_DIA:
case R42_BEAMTER3_DIA:
case R56_SEEMAN_DIA:
More information about the Scummvm-git-logs
mailing list