[Scummvm-git-logs] scummvm master -> b5237d7eef53bf2d1e967089bf187f35f498ea1e
sluicebox
noreply at scummvm.org
Tue Dec 26 08:16:30 UTC 2023
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:
b5237d7eef M4: Fix octal value. PVS-Studio V536
Commit: b5237d7eef53bf2d1e967089bf187f35f498ea1e
https://github.com/scummvm/scummvm/commit/b5237d7eef53bf2d1e967089bf187f35f498ea1e
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2023-12-26T00:15:54-08:00
Commit Message:
M4: Fix octal value. PVS-Studio V536
Changed paths:
engines/m4/burger/rooms/section1/room138.cpp
diff --git a/engines/m4/burger/rooms/section1/room138.cpp b/engines/m4/burger/rooms/section1/room138.cpp
index ca1f0dc1c40..8784a3cff41 100644
--- a/engines/m4/burger/rooms/section1/room138.cpp
+++ b/engines/m4/burger/rooms/section1/room138.cpp
@@ -204,7 +204,7 @@ void Room138::daemon() {
case 23:
_deputyMode = 24;
- series_play("138cp06", 0500, 0, kCHANGE_DEPUTY_ANIMATION, 6, 0, 100, 0, 0, 46, 49);
+ series_play("138cp06", 0x500, 0, kCHANGE_DEPUTY_ANIMATION, 6, 0, 100, 0, 0, 46, 49);
digi_play("138_004", 1, 255);
break;
More information about the Scummvm-git-logs
mailing list