Don't display beacons in the air

This commit is contained in:
abcdefg30
2015-02-17 00:47:57 +01:00
parent 44f884c561
commit 6155928678
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ namespace OpenRA.Mods.Common.Traits
beacon = new Beacon(
self.Owner,
target,
target - new WVec(0, 0, altitude),
Info.BeaconPalettePrefix,
Info.BeaconPoster,
Info.BeaconPosterPalette,

View File

@@ -198,7 +198,7 @@ namespace OpenRA.Mods.RA.Traits
beacon = new Beacon(
self.Owner,
target,
target - new WVec(0, 0, altitude),
Info.BeaconPalettePrefix,
Info.BeaconPoster,
Info.BeaconPosterPalette,