mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
HUGO: Remove a useless variable assignation
This commit is contained in:
parent
fd50556d1e
commit
d7c86f3913
@ -107,7 +107,6 @@ void TopMenu::reflowLayout() {
|
||||
x += kButtonWidth + kButtonPad;
|
||||
|
||||
_inventButton->resize(x * scale, y * scale, kButtonWidth * scale, kButtonHeight * scale);
|
||||
x += kButtonWidth + kButtonPad;
|
||||
|
||||
// Set the graphics to the 'on' buttons, except for the variable ones
|
||||
_whatButton->setGfx(_arrayBmp[4 * kMenuWhat + scale - 1]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user