[Scummvm-git-logs] scummvm master -> e35fe86e7abe061d509dd4d8b6edfdb3a5688a7d

bluegr noreply at scummvm.org
Mon Jul 27 18:52:34 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:
e35fe86e7a CHEWY: Add missing Chewy animation in room 40 when train passes


Commit: e35fe86e7abe061d509dd4d8b6edfdb3a5688a7d
    https://github.com/scummvm/scummvm/commit/e35fe86e7abe061d509dd4d8b6edfdb3a5688a7d
Author: Max H. Gerlach (git at maxgerlach.de)
Date: 2026-07-27T21:52:30+03:00

Commit Message:
CHEWY: Add missing Chewy animation in room 40 when train passes

(after mailing the stamped letter)

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 b121d5ffe2e..52b4e8ef20e 100644
--- a/engines/chewy/t_event.cpp
+++ b/engines/chewy/t_event.cpp
@@ -1291,6 +1291,8 @@ void atdsStringStart(int16 diaNr, int16 strNr, int16 personNr, int16 mode) {
 	case 62:   // R29: use_pumpe()
 	case 111:  // R12: use_linke_rohr()
 	case 114:  // R12: Chewy-as-Bork with terminal
+	case 206:  // R40: move_train(), before the train passes
+	case 207:  // R40: move_train(), after the train passes
 	case 252:
 	case 253:
 	case 259:




More information about the Scummvm-git-logs mailing list