diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mads/user_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/user_interface.cpp b/engines/mads/user_interface.cpp index 941606677d..3ae571c41c 100644 --- a/engines/mads/user_interface.cpp +++ b/engines/mads/user_interface.cpp @@ -522,7 +522,7 @@ bool UserInterface::getBounds(ScrCategory category, int v, Common::Rect &bounds) case CAT_INV_SCROLLER: heightMultiplier = 0; - widthMultiplier = 73; + widthMultiplier = 0; yOffset = 0; widthAmt = 9; leftStart = (v != 73) ? 73 : 75; |