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:
Ray Greenwell
2007-03-12 22:20:39 +00:00
parent 5b77f2f95d
commit df483cd566
@@ -504,7 +504,7 @@ 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.
*/
public function endRound (nextRoundDelay :int = -1) :void
public function endRound (nextRoundDelay :int = 0) :void
{
callEZCode("endRound_v1", nextRoundDelay);
}