spy disguise works

This commit is contained in:
Chris Forbes
2010-01-16 15:58:35 +13:00
parent f1ff40e25b
commit 15c28efa7a
3 changed files with 21 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ namespace OpenRa.Game.Traits
abstract class RenderSimple : IRender, ITick
{
public Dictionary<string, AnimationWithOffset> anims = new Dictionary<string, AnimationWithOffset>();
public Animation anim { get { return anims[""].Animation; } protected set { anims[""].Animation = anim; } }
public Animation anim { get { return anims[""].Animation; } protected set { anims[""].Animation = value; } }
public string GetImage(Actor self)
{