diff --git a/OpenRa.Game/Graphics/Animation.cs b/OpenRa.Game/Graphics/Animation.cs index 6620a80674..4bde122441 100644 --- a/OpenRa.Game/Graphics/Animation.cs +++ b/OpenRa.Game/Graphics/Animation.cs @@ -40,7 +40,7 @@ namespace OpenRa.Game.Graphics public void PlayRepeating( string sequenceName ) { - PlayThen( sequenceName, () => PlayRepeating( sequenceName ) ); + PlayThen( sequenceName, () => PlayRepeating( CurrentSequence.Name ) ); } public void ReplaceAnim(string sequenceName)