[Scummvm-git-logs] scummvm master -> 4bd1803cdc79855a1072cc478f630978169f86b3
dreammaster
noreply at scummvm.org
Thu Feb 22 02:19:11 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:
4bd1803cdc M4: Fix chair shadow in room 171
Commit: 4bd1803cdc79855a1072cc478f630978169f86b3
https://github.com/scummvm/scummvm/commit/4bd1803cdc79855a1072cc478f630978169f86b3
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-21T18:19:04-08:00
Commit Message:
M4: Fix chair shadow in room 171
Changed paths:
engines/m4/burger/rooms/section1/room171.cpp
diff --git a/engines/m4/burger/rooms/section1/room171.cpp b/engines/m4/burger/rooms/section1/room171.cpp
index 93d7bcaa95e..d32e9e0b2d1 100644
--- a/engines/m4/burger/rooms/section1/room171.cpp
+++ b/engines/m4/burger/rooms/section1/room171.cpp
@@ -264,7 +264,7 @@ void Room171::init() {
_series3 = series_show("171pills", 0x700);
if (_val1 || _G(flags)[V092]) {
- _chair.show("171chair", 0x900);
+ _chair.show("171chair", "171chars", 0x900);
}
hotspot_set_active("PIANO STOOL", false);
More information about the Scummvm-git-logs
mailing list