[Scummvm-git-logs] scummvm master -> 605256d9b6024c9bb8ecee20c4e89d47e2496f9f

Strangerke noreply at scummvm.org
Tue Dec 3 22:14:55 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:
605256d9b6 M4: RIDDLE: room 705: Fix accidental backspace in previous commit


Commit: 605256d9b6024c9bb8ecee20c4e89d47e2496f9f
    https://github.com/scummvm/scummvm/commit/605256d9b6024c9bb8ecee20c4e89d47e2496f9f
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-12-03T23:14:49+01:00

Commit Message:
M4: RIDDLE: room 705: Fix accidental backspace in previous commit

Changed paths:
    engines/m4/riddle/rooms/section7/room705.cpp


diff --git a/engines/m4/riddle/rooms/section7/room705.cpp b/engines/m4/riddle/rooms/section7/room705.cpp
index c3b469527db..58bd474ec20 100644
--- a/engines/m4/riddle/rooms/section7/room705.cpp
+++ b/engines/m4/riddle/rooms/section7/room705.cpp
@@ -129,7 +129,7 @@ void Room705::init() {
 		break;
 	}
 
-	digi_play_loop("950_s39", 3, 255, -1, -1;
+	digi_play_loop("950_s39", 3, 255, -1, -1);
 }
 
 void Room705::pre_parser() {




More information about the Scummvm-git-logs mailing list