Idle animations for the rest of the cnc infantry; fix a potential desync.

This commit is contained in:
Paul Chote
2010-09-08 01:55:50 +12:00
parent 1baff27553
commit 6228a962f6
3 changed files with 29 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenRA.Mods.RA
public void Idle(Actor self)
{
self.QueueActivity(new Activities.IdleAnimation(Info.Animations.Random(Game.CosmeticRandom),
self.QueueActivity(new Activities.IdleAnimation(Info.Animations.Random(self.World.SharedRandom),
Info.IdleWaitTicks));
}
}