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

dreammaster noreply at scummvm.org
Sun Feb 25 17:28:36 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:
bcaad3dc6b M4: ORIONBURGER: Magnet should vibrate while motor is running


Commit: bcaad3dc6b1ce8785c128676a6e51846f1b2ea91
    https://github.com/scummvm/scummvm/commit/bcaad3dc6b1ce8785c128676a6e51846f1b2ea91
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2024-02-25T09:17:27-08:00

Commit Message:
M4: ORIONBURGER: Magnet should vibrate while motor is running

Changed paths:
    engines/m4/burger/rooms/section6/room602.cpp


diff --git a/engines/m4/burger/rooms/section6/room602.cpp b/engines/m4/burger/rooms/section6/room602.cpp
index dc732192b29..3c853b0f4c8 100644
--- a/engines/m4/burger/rooms/section6/room602.cpp
+++ b/engines/m4/burger/rooms/section6/room602.cpp
@@ -643,9 +643,9 @@ void Room602::daemon() {
 		case 16:
 			if (!_G(flags)[V265]) {
 				if (_G(game).room_id == 602) {
-					_series10 = series_play("602magnt", 0x600, 1, -1, 1);
+					_series10 = series_play("602magnt", 0x600, 1, -1, 1, -1);
 				} else {
-					_series10 = series_play("612magnt", 0x600, 1, -1, 1);
+					_series10 = series_play("612magnt", 0x600, 1, -1, 1, -1);
 				}
 			}
 




More information about the Scummvm-git-logs mailing list