[Scummvm-git-logs] scummvm master -> 862778f2346515f394ebe389d35234123f177110

dreammaster noreply at scummvm.org
Sun Nov 17 06:19:30 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:
862778f234 M4: RIDDLE: Fix giving marks to Wolf in room 403


Commit: 862778f2346515f394ebe389d35234123f177110
    https://github.com/scummvm/scummvm/commit/862778f2346515f394ebe389d35234123f177110
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-11-16T22:19:22-08:00

Commit Message:
M4: RIDDLE: Fix giving marks to Wolf in room 403

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


diff --git a/engines/m4/riddle/rooms/section4/room403.cpp b/engines/m4/riddle/rooms/section4/room403.cpp
index 741c1709409..af33b80bd0a 100644
--- a/engines/m4/riddle/rooms/section4/room403.cpp
+++ b/engines/m4/riddle/rooms/section4/room403.cpp
@@ -1574,7 +1574,7 @@ void Room403::pre_parser() {
 			_wolfShould = 2232;
 			_G(flags)[V111]++;
 
-			kernel_timing_trigger(1, 69, KT_DAEMON, KT_PREPARSE);
+			kernel_timing_trigger(1, 110, KT_DAEMON, KT_PREPARSE);
 		} else if (MONEY("US DOLLARS") || MONEY("CHINESE YUAN") ||
 				MONEY("PERUVIAN INTI") || MONEY("SIKKIMESE RUPEE")) {
 			_G(flags)[V116] = 1;




More information about the Scummvm-git-logs mailing list