[Scummvm-git-logs] scummvm master -> 5e1b5b86e7c100e8d8d7949626a22fd8d77ce8e9

Scorpeg noreply at scummvm.org
Sat Jul 18 18:49:33 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
5e1b5b86e7 PHOENIXVR: Fix Louvre inventory text rectangle


Commit: 5e1b5b86e7c100e8d8d7949626a22fd8d77ce8e9
    https://github.com/scummvm/scummvm/commit/5e1b5b86e7c100e8d8d7949626a22fd8d77ce8e9
Author: Scorp (scorp at mrs.mn)
Date: 2026-07-18T21:48:55+03:00

Commit Message:
PHOENIXVR: Fix Louvre inventory text rectangle

Changed paths:
    engines/phoenixvr/commands.h


diff --git a/engines/phoenixvr/commands.h b/engines/phoenixvr/commands.h
index 6e21fff5973..923783ba2d3 100644
--- a/engines/phoenixvr/commands.h
+++ b/engines/phoenixvr/commands.h
@@ -35,7 +35,7 @@ namespace {
 constexpr int kMessengerInventorySlots = 12;
 constexpr int kMessengerDisplayedInventorySlots = 8;
 constexpr int kLouvreChestSize = 128;
-constexpr Common::Rect kLouvreTextRect({62, 402}, 354, 466);
+constexpr Common::Rect kLouvreTextRect({62, 402}, 292, 64);
 constexpr uint16 kLouvreTextColor = 1987;
 constexpr uint16 kLouvreWarningTextColor = 63687;
 constexpr uint32 kLouvreTextBlockMillis = 5000;




More information about the Scummvm-git-logs mailing list