[Scummvm-git-logs] scummvm master -> 74f3c1ea41f5cf490978819b5652d5d5f583721a

bluegr noreply at scummvm.org
Sat Jul 11 19:06:11 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:
74f3c1ea41 CHEWY: Fix #16948 (non-responsive state in room 05)


Commit: 74f3c1ea41f5cf490978819b5652d5d5f583721a
    https://github.com/scummvm/scummvm/commit/74f3c1ea41f5cf490978819b5652d5d5f583721a
Author: Max H. Gerlach (git at maxgerlach.de)
Date: 2026-07-11T22:06:07+03:00

Commit Message:
CHEWY: Fix #16948 (non-responsive state in room 05)

Assisted-by: Claude:claude-fable-5

Changed paths:
    engines/chewy/r_event.cpp


diff --git a/engines/chewy/r_event.cpp b/engines/chewy/r_event.cpp
index d1ea598238e..6fdd54c612f 100644
--- a/engines/chewy/r_event.cpp
+++ b/engines/chewy/r_event.cpp
@@ -1158,7 +1158,7 @@ void sib_event_inv(int16 sib_nr) {
 			_G(gameState).R5Terminal = true;
 			cur_2_inventory();
 			delInventory(RED_CARD_INV);
-			start_aad(103, -1);
+			start_aad(103, -1, true);
 			_G(det)->startDetail(6, 255, ANI_FRONT);
 			_G(atds)->set_all_ats_str(27, 1, ATS_DATA);
 			_G(atds)->set_all_ats_str(30, 1, ATS_DATA);




More information about the Scummvm-git-logs mailing list