[Scummvm-git-logs] scummvm master -> 02367349597f538e13f86370bedf6a634d6e4737

Strangerke noreply at scummvm.org
Tue Feb 18 21:19:44 UTC 2025


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:
0236734959 M4: Burger: Fix a bug in Room508::daemon


Commit: 02367349597f538e13f86370bedf6a634d6e4737
    https://github.com/scummvm/scummvm/commit/02367349597f538e13f86370bedf6a634d6e4737
Author: Strangerke (arnaud.boutonne at gmail.com)
Date: 2025-02-18T22:19:28+01:00

Commit Message:
M4: Burger: Fix a bug in Room508::daemon

Changed paths:
    engines/m4/burger/rooms/section5/room508.cpp


diff --git a/engines/m4/burger/rooms/section5/room508.cpp b/engines/m4/burger/rooms/section5/room508.cpp
index ff5a5c555cf..8b49e26f044 100644
--- a/engines/m4/burger/rooms/section5/room508.cpp
+++ b/engines/m4/burger/rooms/section5/room508.cpp
@@ -441,7 +441,6 @@ void Room508::daemon() {
 
 				case 2:
 					_val1 = 3;
-					_val1 = 1;
 					_series4 = series_play("508Wi09", 0x200, 0, kCHANGE_WILBUR_ANIMATION, 20, 0, 100, 0, 0, 0, 3);
 					break;
 




More information about the Scummvm-git-logs mailing list