No longer assume that all board summaries are blank at the beginning

of the game- go ahead and initialize them and set them in the game object
when the game starts.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3495 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-04-15 21:44:36 +00:00
parent 6d0648b0b7
commit 90e3065751
3 changed files with 11 additions and 10 deletions
@@ -389,8 +389,8 @@ public abstract class PuzzleManager extends GameManager
}
}
}
// these will be sent to the players on the first status update
_puzobj.summaries = summaries;
_puzobj.setSummaries(summaries);
}
/**