[Scummvm-git-logs] scummvm master -> 723821d71f83062626ba431618991e6fe0dfaada

dreammaster noreply at scummvm.org
Sat Feb 8 21:36:07 UTC 2025


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:
723821d71f M4: RIDDLE: Fix saving Mei in temple fight


Commit: 723821d71f83062626ba431618991e6fe0dfaada
    https://github.com/scummvm/scummvm/commit/723821d71f83062626ba431618991e6fe0dfaada
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2025-02-08T13:35:59-08:00

Commit Message:
M4: RIDDLE: Fix saving Mei in temple fight

Changed paths:
    engines/m4/riddle/rooms/section2/room205.cpp


diff --git a/engines/m4/riddle/rooms/section2/room205.cpp b/engines/m4/riddle/rooms/section2/room205.cpp
index e9e90c487e7..17490fd6a27 100644
--- a/engines/m4/riddle/rooms/section2/room205.cpp
+++ b/engines/m4/riddle/rooms/section2/room205.cpp
@@ -450,7 +450,7 @@ void Room205::parser() {
 				hotspot_set_active(_G(currentSceneDef).hotspots, "SHEN GUO", true);
 				hotspot_set_active(_G(currentSceneDef).hotspots, "MEI CHEN ", true);
 				player_update_info(_G(my_walker), &_G(player_info));
-				ws_walk(_G(my_walker), _G(player_info).x, _G(player_info).y, 0, 90, 10, true);
+				ws_walk(_G(my_walker), _G(player_info).x, _G(player_info).y, 0, 99, 10, true);
 			}
 			break;
 
@@ -2112,7 +2112,7 @@ void Room205::daemon() {
 
 	case 1047:
 		terminateMachine(_205all9Mach);
-		series_play("205ALL9", 256, 0, 1048, 7, 0, 10, 0, 0, 25, -1);
+		series_play("205ALL9", 256, 0, 1048, 7, 0, 100, 0, 0, 25, -1);
 		break;
 
 	case 1048:




More information about the Scummvm-git-logs mailing list