[Scummvm-git-logs] scummvm master -> 8b3e600a54f6e7727bd3ea122385d29eddc63c49

bluegr noreply at scummvm.org
Thu Jul 23 13:17:02 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:
8b3e600a54 CHEWY: Fix hermit animation in R14 (R14_HERMIT_DIA)


Commit: 8b3e600a54f6e7727bd3ea122385d29eddc63c49
    https://github.com/scummvm/scummvm/commit/8b3e600a54f6e7727bd3ea122385d29eddc63c49
Author: Max H. Gerlach (git at maxgerlach.de)
Date: 2026-07-23T16:16:58+03:00

Commit Message:
CHEWY: Fix hermit animation in R14 (R14_HERMIT_DIA)

Now grouped with cases 24 and 26, auto dialogs from room14.cpp.

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 bd6bdeefe9a..b34d7cc18d5 100644
--- a/engines/chewy/t_event.cpp
+++ b/engines/chewy/t_event.cpp
@@ -1375,7 +1375,6 @@ void atdsStringStart(int16 diaNr, int16 strNr, int16 personNr, int16 mode) {
 		break;
 
 	case 61:
-	case R14_HERMIT_DIA:
 	case R8_NIMOYANER1_DIA:
 	case R8_NIMOYANER2_DIA:
 	case R11_TERMINAL_DIA:
@@ -1435,6 +1434,7 @@ void atdsStringStart(int16 diaNr, int16 strNr, int16 personNr, int16 mode) {
 
 	case 24:
 	case 26:
+	case R14_HERMIT_DIA:
 		oldFormat = true;
 		switch (personNr) {
 		case 0:




More information about the Scummvm-git-logs mailing list