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

Strangerke noreply at scummvm.org
Sat Nov 2 22:05:11 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:
fe4f786b4a M4: RIDDLE: Partial implementation of room 205 (daemon complete)


Commit: fe4f786b4a4bd1463f5261a17cd03a5d8085bc0a
    https://github.com/scummvm/scummvm/commit/fe4f786b4a4bd1463f5261a17cd03a5d8085bc0a
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-11-02T23:04:52+01:00

Commit Message:
M4: RIDDLE: Partial implementation of room 205 (daemon complete)

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 1e6278a80ce..689b861568c 100644
--- a/engines/m4/riddle/rooms/section2/room205.cpp
+++ b/engines/m4/riddle/rooms/section2/room205.cpp
@@ -1719,6 +1719,39 @@ void Room205::daemon() {
 
 		break;
 
+	case 1051:
+		setGlobals1(_ripTrekLowReachPos2Series, 1, 16, 16, 16, 0, 16, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
+		sendWSMessage_110000(_G(my_walker), 1052);
+
+		break;
+
+	case 1052:
+		digi_play("205R46", 1, 255, 1053, -1);
+
+		break;
+
+	case 1053:
+		sendWSMessage_120000(_G(my_walker), 1054);
+
+		break;
+
+	case 1054:
+		sendWSMessage_150000(_G(my_walker), -1);
+		hotspot_set_active(_G(currentSceneDef).hotspots, "TABLET ", false);
+		hotspot_set_active(_G(currentSceneDef).hotspots, "RIGHT TABLET", false);
+		hotspot_set_active(_G(currentSceneDef).hotspots, "FALLEN TABLETS", true);
+		hotspot_set_active(_G(currentSceneDef).hotspots, "GLASSES", true);
+		hotspot_set_active(_G(currentSceneDef).hotspots, "MASTER LU'S TABLET", true);
+		player_set_commands_allowed(true);
+		_fieldDC = 0;
+
+		break;
+
+	case 1055:
+		_field198 = 1;
+
+		break;
+
 	default:
 
 		break;




More information about the Scummvm-git-logs mailing list