more refs to Game.world (Controller)

This commit is contained in:
Bob
2010-01-21 13:57:44 +13:00
parent b3911db149
commit 698985c30c
4 changed files with 25 additions and 25 deletions

View File

@@ -812,7 +812,7 @@ namespace OpenRa
}
int2 lastMousePos;
public bool HandleInput(MouseInput mi)
public bool HandleInput(World world, MouseInput mi)
{
if (mi.Event == MouseInputEvent.Move)
lastMousePos = mi.Location;