remove world arg to SyncLobbyInfo and HandleInput

This commit is contained in:
Bob
2010-10-10 21:43:45 +13:00
parent 915ad7fb7b
commit 3724f46a3e
4 changed files with 10 additions and 10 deletions

View File

@@ -196,7 +196,7 @@ namespace OpenRA.Widgets
public virtual bool HandleInputInner(MouseInput mi) { return !ClickThrough; }
public static bool HandleInput(World world, MouseInput mi)
public static bool HandleInput(MouseInput mi)
{
bool handled = false;
if (SelectedWidget != null && SelectedWidget.HandleMouseInputOuter(mi))