[Scummvm-git-logs] scummvm master -> 96d0ec366011d021154dcdfd2c807aed6b7b77cd
dreammaster
noreply at scummvm.org
Sat Jan 13 01:53:10 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:
96d0ec3660 M4: Another Stolie fix in room 104
Commit: 96d0ec366011d021154dcdfd2c807aed6b7b77cd
https://github.com/scummvm/scummvm/commit/96d0ec366011d021154dcdfd2c807aed6b7b77cd
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-01-12T17:52:59-08:00
Commit Message:
M4: Another Stolie fix in room 104
Changed paths:
engines/m4/burger/rooms/section1/room104.cpp
diff --git a/engines/m4/burger/rooms/section1/room104.cpp b/engines/m4/burger/rooms/section1/room104.cpp
index 69110428746..49bf0f983fc 100644
--- a/engines/m4/burger/rooms/section1/room104.cpp
+++ b/engines/m4/burger/rooms/section1/room104.cpp
@@ -334,7 +334,7 @@ void Room104::daemon() {
else if (_stolieSleepCtr < 14)
frame = 18;
else {
- switch (getRandom()) {
+ switch (imath_ranged_rand(1, 3)) {
case 1:
frame = 15;
break;
More information about the Scummvm-git-logs
mailing list