You can't use that! It's the square of an imaginary number!
(0 should mean no-value) git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@238 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -504,7 +504,7 @@ public class EZGameControl extends BaseControl
|
|||||||
* Ends the current round. If nextRoundDelay is greater than zero, the next round will be
|
* 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.
|
||||||
*/
|
*/
|
||||||
public function endRound (nextRoundDelay :int = -1) :void
|
public function endRound (nextRoundDelay :int = 0) :void
|
||||||
{
|
{
|
||||||
callEZCode("endRound_v1", nextRoundDelay);
|
callEZCode("endRound_v1", nextRoundDelay);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user