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

bluegr noreply at scummvm.org
Sat Jul 19 19:31:47 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:
fec4de5d77 NANCY: Split stubs for Holt Scotto's quiz in Nancy9, based on the scene


Commit: fec4de5d77b9c3ba80c25eee78dd7caae42e55b8
    https://github.com/scummvm/scummvm/commit/fec4de5d77b9c3ba80c25eee78dd7caae42e55b8
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2025-07-19T22:31:39+03:00

Commit Message:
NANCY: Split stubs for Holt Scotto's quiz in Nancy9, based on the scene

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 2e8f026208c..7e5a014c98d 100644
--- a/engines/nancy/action/puzzle/quizpuzzle.cpp
+++ b/engines/nancy/action/puzzle/quizpuzzle.cpp
@@ -44,9 +44,12 @@ void QuizPuzzle::execute() {
 	} else if (g_nancy->getGameType() == kGameTypeNancy9) {
 		const uint16 sceneId = NancySceneState.getSceneInfo().sceneID;
 		if (sceneId == 6450) {
-			warning("STUB - Nancy 9 Quiz Puzzle - Holt Scotto's quiz");
+			warning("STUB - Nancy 9 Quiz Puzzle - Holt Scotto's quiz, page 1");
 			// Set the puzzle event flags to flag it as done
 			NancySceneState.setEventFlag(59, g_nancy->_true); // EV_Answered_SQ_Q06
+		} else if (sceneId == 6451) {
+			warning("STUB - Nancy 9 Quiz Puzzle - Holt Scotto's quiz, page 2");
+			// Set the puzzle event flags to flag it as done
 			NancySceneState.setEventFlag(61, g_nancy->_true); // EV_Answered_SQ_Q09
 		} else if (sceneId == 6342) {
 			warning("STUB - Nancy 9 Quiz Puzzle - GPS new waypoint");




More information about the Scummvm-git-logs mailing list