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:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user