show building in sea as invalid, etc

This commit is contained in:
Chris Forbes
2009-10-09 22:52:25 +13:00
parent 7708004120
commit f8309b79f4
2 changed files with 15 additions and 5 deletions

View File

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