fix production speed

This commit is contained in:
Chris Forbes
2010-03-21 20:01:07 +13:00
parent 7372883317
commit cc5dbdaef1

View File

@@ -59,8 +59,6 @@ namespace OpenRA.Traits
* ( 25 * 60 ) /* frames per min */ /* todo: build acceleration, if we do that */
/ 1000;
time = .08f * time; /* temporary hax so we can build stuff fast for test */
if( !Rules.TechTree.BuildableItems( order.Player, unit.Category ).Contains( order.TargetString ) )
return; /* you can't build that!! */