production stuff: fixes #54

This commit is contained in:
Chris Forbes
2009-10-31 22:40:26 +13:00
parent cb518ba25d
commit 6cd9d468d3
2 changed files with 19 additions and 12 deletions

View File

@@ -62,6 +62,8 @@ namespace OpenRa.Game
Game.controller.orderGenerator = null;
Game.worldRenderer.uiOverlay.KillOverlay();
order.Player.FinishProduction(Rules.UnitCategory[building.Name]);
} );
break;
}