oops. bob's new code breaks an assumption.

This commit is contained in:
Chris Forbes
2009-12-15 22:08:36 +13:00
parent ca946ea7cf
commit 47d5b8508c

View File

@@ -96,7 +96,7 @@ namespace OpenRa.Game.Graphics
public void GoToStartLocation()
{
Center(Game.world.Actors.Where(a => a.Owner == Game.LocalPlayer));
Center(Game.world.Actors.Where(a => a.Info != null && a.Owner == Game.LocalPlayer));
}
}
}