diff options
author | Strangerke | 2014-02-09 11:39:00 +0100 |
---|---|---|
committer | Strangerke | 2014-02-09 11:39:00 +0100 |
commit | d7c86f3913938298b94b2b44267856006f8206d0 (patch) | |
tree | 1bf0d7bf2a626adc0f68ad3e1426e59df1df82a8 /engines/hugo | |
parent | fd50556d1e8cb1e34e7f33d13788266d0fdbfa37 (diff) | |
download | scummvm-rg350-d7c86f3913938298b94b2b44267856006f8206d0.tar.gz scummvm-rg350-d7c86f3913938298b94b2b44267856006f8206d0.tar.bz2 scummvm-rg350-d7c86f3913938298b94b2b44267856006f8206d0.zip |
HUGO: Remove a useless variable assignation
Diffstat (limited to 'engines/hugo')
-rw-r--r-- | engines/hugo/dialogs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hugo/dialogs.cpp b/engines/hugo/dialogs.cpp index 23e04dc479..333c14778d 100644 --- a/engines/hugo/dialogs.cpp +++ b/engines/hugo/dialogs.cpp @@ -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]); |