RenderSprites.anims is finally private.

Followup to #3348.
This commit is contained in:
Paul Chote
2014-05-22 22:15:12 +12:00
parent 4aa7376994
commit 15f63fb5ea
18 changed files with 79 additions and 82 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenRA.Mods.RA.Activities
if (started)
{
// Don't break the actor if someone has overriden the animation prematurely
if (rb.anim.CurrentSequence.Name != "make")
if (rb.DefaultAnimation.CurrentSequence.Name != "make")
{
complete = true;
OnComplete();