Allow support powers to define a poster image for beacons.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace OpenRA.Mods.RA
|
||||
if (playerBeacon != null)
|
||||
self.World.Remove(playerBeacon);
|
||||
|
||||
playerBeacon = new Beacon(self.Owner, pos, info.Duration, info.PalettePrefix);
|
||||
playerBeacon = new Beacon(self.Owner, pos, info.Duration, info.PalettePrefix, null, null);
|
||||
self.World.Add(playerBeacon);
|
||||
|
||||
if (self.Owner.IsAlliedWith(self.World.RenderPlayer))
|
||||
|
||||
Reference in New Issue
Block a user