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

Strangerke noreply at scummvm.org
Mon Oct 28 05:51:33 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:
a8cc0f51f0 M4: RIDDLE: Fix erroneous fallthrough in room 201 (thanks Digitall for pointing it out)


Commit: a8cc0f51f07f679f03c6d536025ddb13558820dc
    https://github.com/scummvm/scummvm/commit/a8cc0f51f07f679f03c6d536025ddb13558820dc
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2024-10-28T07:51:14+01:00

Commit Message:
M4: RIDDLE: Fix erroneous fallthrough in room 201 (thanks Digitall for pointing it out)

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


diff --git a/engines/m4/riddle/rooms/section2/room201.cpp b/engines/m4/riddle/rooms/section2/room201.cpp
index c7e8b6d2118..b06d5f775a0 100644
--- a/engines/m4/riddle/rooms/section2/room201.cpp
+++ b/engines/m4/riddle/rooms/section2/room201.cpp
@@ -645,8 +645,7 @@ void Room201::daemon() {
 			kernel_timing_trigger(15, 1073);
 			_conv2 = 6;
 		}
-		// fallthrough
-		// FIXME: Was fallthrough intended here?
+		break;
 
 	case 1073:
 		_conv1 = 0;




More information about the Scummvm-git-logs mailing list