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

dreammaster noreply at scummvm.org
Sat Jul 4 06:45:32 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:
f70084580f MADS: FOREST: Fix crash in intro in room 104


Commit: f70084580f4da59f4f8fd5dea48012e53e104f2e
    https://github.com/scummvm/scummvm/commit/f70084580f4da59f4f8fd5dea48012e53e104f2e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-07-04T16:45:20+10:00

Commit Message:
MADS: FOREST: Fix crash in intro in room 104

Changed paths:
    engines/mads/madsv2/forest/rooms/room104.cpp


diff --git a/engines/mads/madsv2/forest/rooms/room104.cpp b/engines/mads/madsv2/forest/rooms/room104.cpp
index 512efda157f..503a33ee87f 100644
--- a/engines/mads/madsv2/forest/rooms/room104.cpp
+++ b/engines/mads/madsv2/forest/rooms/room104.cpp
@@ -162,7 +162,7 @@ static void room_104_init1() {
 		aainfo[count]._frame = -1;
 	}
 
-	aa[6] = kernel_run_animation(kernel_name('s', 1), 0);
+	aa[6] = kernel_run_animation(kernel_name('I', 1), 0);
 	aainfo[6]._active = -1;
 }
 
@@ -883,7 +883,7 @@ static void room_104_daemon() {
 		break;
 	}
 
-	if (flags[4] != -3 && flags[4] != 5) {
+	if (flags[2] != -3 && flags[2] != 5) {
 		global_anim1(4, scratch._9a, global[g131], &global[g132]);
 		global_anim2(4, scratch._9c, global[g141], &global[g142]);
 	}




More information about the Scummvm-git-logs mailing list