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

Strangerke noreply at scummvm.org
Fri May 30 06:12:49 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:
ecd1ea83e3 M4: RIDDLE: Fix bug #15971 - Crash in room 203


Commit: ecd1ea83e354f3fc240c0ec35094fe0653a856f8
    https://github.com/scummvm/scummvm/commit/ecd1ea83e354f3fc240c0ec35094fe0653a856f8
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-05-30T07:12:43+01:00

Commit Message:
M4: RIDDLE: Fix bug #15971 - Crash in room 203

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


diff --git a/engines/m4/riddle/rooms/section2/room203.cpp b/engines/m4/riddle/rooms/section2/room203.cpp
index 1f1bdccbe73..faa06f2b7c4 100644
--- a/engines/m4/riddle/rooms/section2/room203.cpp
+++ b/engines/m4/riddle/rooms/section2/room203.cpp
@@ -1145,7 +1145,7 @@ void Room203::daemon() {
 
 			case 4117:
 				_peasantSquatTo9 = series_load("peasant squat to 9");
-				_peasantFromSquat3 = series_load("shadow peskey from squat to pos3");
+				_peasantFromSquat3 = series_load("shadow pesky from squat to pos3");
 				_peasantSquat3 = series_load("peasant 3 to squat");
 				_peasantSquat9 = series_load("shadow pesky from 9 to squat");
 




More information about the Scummvm-git-logs mailing list