Polish cnc pyle & hand inf production; lays groundwork for future polish. Likely breaks every other production structure (untested).

This commit is contained in:
Paul Chote
2010-08-02 23:28:04 +12:00
parent 7d044a9e1b
commit 711378d352
12 changed files with 109 additions and 83 deletions

View File

@@ -29,7 +29,7 @@ namespace OpenRA.Mods.RA.Render
bool ChooseMoveAnim(Actor self)
{
if (!(self.GetCurrentActivity() is Move))
if (!(self.GetCurrentActivity() is Move) && !(self.GetCurrentActivity() is Drag)) // A bit of a hack
return false;
var mobile = self.traits.Get<Mobile>();