Fixed issue 631

This commit is contained in:
Xawotihs
2011-04-16 17:34:30 +00:00
parent 6b0088eac8
commit 8bff724ac1

View File

@@ -912,6 +912,7 @@ bool WGuiMenu::CheckUserInput(JButton key)
{
setSelected(n);
mEngine->LeftClickedProcessed();
if (sync) syncMove();
return true;
}
}