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

dreammaster noreply at scummvm.org
Tue Nov 19 05:59:09 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d2ddf8f4ef M4: RIDDLE: Fix messing up topiary in room 402


Commit: d2ddf8f4ef079d77d14de62ed3b05a7abc5ea236
    https://github.com/scummvm/scummvm/commit/d2ddf8f4ef079d77d14de62ed3b05a7abc5ea236
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-11-18T21:59:02-08:00

Commit Message:
M4: RIDDLE: Fix messing up topiary in room 402

Changed paths:
    engines/m4/riddle/rooms/section4/room402.cpp


diff --git a/engines/m4/riddle/rooms/section4/room402.cpp b/engines/m4/riddle/rooms/section4/room402.cpp
index bf47ac2884d..87a5ca99cb9 100644
--- a/engines/m4/riddle/rooms/section4/room402.cpp
+++ b/engines/m4/riddle/rooms/section4/room402.cpp
@@ -1830,6 +1830,7 @@ void Room402::useTopiary() {
 		}
 
 		_branch = series_place_sprite("sprite of the pulled out branch", 0, 0, -53, 100, 0x300);
+		terminateMachineAndNull(_ripEnterLeave);
 		series_unload(_ripMessesBush);
 		terminateMachineAndNull(_safariShadow);
 		ws_unhide_walker();




More information about the Scummvm-git-logs mailing list