Merge branch 'master' of git://github.com/beedee/OpenRA

This commit is contained in:
Chris Forbes
2009-11-16 17:54:25 +13:00
4 changed files with 70 additions and 13 deletions

View File

@@ -47,7 +47,6 @@ namespace OpenRa.Game
foreach (string group in groups)
{
player.ProductionInit( group );
clockAnimations.Add( group, new Animation( "clock" ) );
clockAnimations[ group ].PlayFetchIndex( "idle", ClockAnimFrame( group ) );
}