rename BuildSpeedModifier back to BuildSpeed

This commit is contained in:
Chris Forbes
2013-07-10 16:34:43 +12:00
parent 7b3c322b13
commit 401ffaff17
3 changed files with 4 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ namespace OpenRA.Mods.RA
if (self.World.LobbyInfo.GlobalSettings.AllowCheats && self.Owner.PlayerActor.Trait<DeveloperMode>().FastBuild)
return 0;
var time = (int)(unit.GetBuildTime() * Info.BuildSpeedModifier);
var time = (int)(unit.GetBuildTime() * Info.BuildSpeed);
if (Info.SpeedUp)
{