[Scummvm-cvs-logs] scummvm master -> d7c86f3913938298b94b2b44267856006f8206d0

Strangerke Strangerke at scummvm.org
Sun Feb 9 11:40:26 CET 2014


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:
d7c86f3913 HUGO: Remove a useless variable assignation


Commit: d7c86f3913938298b94b2b44267856006f8206d0
    https://github.com/scummvm/scummvm/commit/d7c86f3913938298b94b2b44267856006f8206d0
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-09T02:39:00-08:00

Commit Message:
HUGO: Remove a useless variable assignation

Changed paths:
    engines/hugo/dialogs.cpp



diff --git a/engines/hugo/dialogs.cpp b/engines/hugo/dialogs.cpp
index 23e04dc..333c147 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]);






More information about the Scummvm-git-logs mailing list