Clarify, although can this be what is meant? There does not appear to be

a way to start a new round other than by setting a nonzero delay when ending
the previous round.


git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@239 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-03-12 22:23:00 +00:00
parent df483cd566
commit 565c700d61
@@ -502,7 +502,8 @@ public class EZGameControl extends BaseControl
/**
* Ends the current round. If nextRoundDelay is greater than zero, the next round will be
* started in the specified number of seconds.
* started in the specified number of seconds, otherwise no next round
* will be started.
*/
public function endRound (nextRoundDelay :int = 0) :void
{