[Scummvm-git-logs] scummvm master -> 9b758be5ba6c537f05d3687927fae9c6ff9d967a

bluegr noreply at scummvm.org
Tue Jul 8 22:38:03 UTC 2025


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:
9b758be5ba NANCY: Add two more stubs for the GPS in Nancy 9


Commit: 9b758be5ba6c537f05d3687927fae9c6ff9d967a
    https://github.com/scummvm/scummvm/commit/9b758be5ba6c537f05d3687927fae9c6ff9d967a
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2025-07-09T01:37:34+03:00

Commit Message:
NANCY: Add two more stubs for the GPS in Nancy 9

Changed paths:
    engines/nancy/action/puzzle/quizpuzzle.cpp


diff --git a/engines/nancy/action/puzzle/quizpuzzle.cpp b/engines/nancy/action/puzzle/quizpuzzle.cpp
index a50d3dd880b..2e8f026208c 100644
--- a/engines/nancy/action/puzzle/quizpuzzle.cpp
+++ b/engines/nancy/action/puzzle/quizpuzzle.cpp
@@ -52,6 +52,14 @@ void QuizPuzzle::execute() {
 			warning("STUB - Nancy 9 Quiz Puzzle - GPS new waypoint");
 			// Set the GPS waypoint as discovered
 			NancySceneState.setEventFlag(410, g_nancy->_true);	// EV_Solved_GPS_Beach
+		} else if (sceneId == 6344) {
+			warning("STUB - Nancy 9 Quiz Puzzle - GPS new waypoint - cache A");
+			// Set the GPS waypoint as discovered
+			NancySceneState.setEventFlag(411, g_nancy->_true); // EV_Solved_GPS_CacheA
+		} else if (sceneId == 6345) {
+			warning("STUB - Nancy 9 Quiz Puzzle - GPS new waypoint - cache B");
+			// Set the GPS waypoint as discovered
+			NancySceneState.setEventFlag(412, g_nancy->_true); // EV_Solved_GPS_CacheB
 		} else if (sceneId == 6431) {
 			warning("STUB - Nancy 9 Quiz Puzzle - Hilda Swenson's letter");
 			NancySceneState.setEventFlag(179, g_nancy->_true); // EV_Hilda_Said_Objects




More information about the Scummvm-git-logs mailing list