sync SharedRandom

This commit is contained in:
Paul Chote
2010-09-18 21:33:12 +12:00
parent 966e3bb71a
commit 410daecab6
4 changed files with 10 additions and 2 deletions

View File

@@ -23,6 +23,8 @@ namespace OpenRA.Network
string GenerateSyncReport()
{
var sb = new StringBuilder();
sb.AppendLine("SharedRandom: "+Game.world.SharedRandom.Last);
sb.AppendLine("Actors:");
foreach (var a in Game.world.Actors)
sb.AppendLine("\t {0} {1} {2} ({3})".F(