[Scummvm-git-logs] scummvm master -> e77673f5700dae1691e13f0a049d797f8a8b824c
bluegr
noreply at scummvm.org
Tue Jul 14 05:09:27 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:
e77673f570 CHEWY: Add missing talking animation in room 11 with terminal
Commit: e77673f5700dae1691e13f0a049d797f8a8b824c
https://github.com/scummvm/scummvm/commit/e77673f5700dae1691e13f0a049d797f8a8b824c
Author: Max H. Gerlach (git at maxgerlach.de)
Date: 2026-07-14T08:09:22+03:00
Commit Message:
CHEWY: Add missing talking animation in room 11 with terminal
Assisted-by: Claude:claude-opus-4.8
Changed paths:
engines/chewy/t_event.cpp
diff --git a/engines/chewy/t_event.cpp b/engines/chewy/t_event.cpp
index 7c3f1ba20c2..1b5ee072f45 100644
--- a/engines/chewy/t_event.cpp
+++ b/engines/chewy/t_event.cpp
@@ -1238,6 +1238,7 @@ void endDialogCloseup(int16 diaNr, int16 blkNr, int16 strEndNr) {
#define R14_HERMIT_DIA 10000
#define R8_NIMOYANER1_DIA 10001
#define R8_NIMOYANER2_DIA 10002
+#define R11_TERMINAL_DIA 10003
#define R12_BORK_DIA 10004
#define R11_BORK_DIA 10005
#define R8_NIMOYANER3_DIA 10006
@@ -1371,6 +1372,7 @@ void atdsStringStart(int16 diaNr, int16 strNr, int16 personNr, int16 mode) {
case R14_HERMIT_DIA:
case R8_NIMOYANER1_DIA:
case R8_NIMOYANER2_DIA:
+ case R11_TERMINAL_DIA:
if (personNr <= P_CHEWY) {
if (mode == AAD_STR_START) {
start_spz(CH_TALK3, 255, ANI_FRONT, P_CHEWY);
More information about the Scummvm-git-logs
mailing list