This commit is contained in:
Matthias Mailänder
2014-07-04 17:14:48 +02:00
parent 7b5f000ba0
commit 1e2e7bcf42
7 changed files with 16 additions and 15 deletions

4
OpenRA.Mods.RA/Effects/RallyPoint.cs Executable file → Normal file
View File

@@ -42,9 +42,9 @@ namespace OpenRA.Mods.RA.Effects
{
flag.Tick();
circles.Tick();
if (cachedLocation != rp.rallyPoint)
if (cachedLocation != rp.Location)
{
cachedLocation = rp.rallyPoint;
cachedLocation = rp.Location;
circles.Play("circles");
}