building footprints

This commit is contained in:
Chris Forbes
2009-10-11 15:21:19 +13:00
parent cdf56c278f
commit 3e0432464b
7 changed files with 78 additions and 15 deletions

View File

@@ -192,7 +192,7 @@ namespace OpenRa.Game
public void PrepareOverlay(Game game, int2 xy)
{
game.worldRenderer.uiOverlay.SetCurrentOverlay(xy, 2, 3);
game.worldRenderer.uiOverlay.SetCurrentOverlay(xy, Name);
}
}