From 636620c56e1c285f63e76108de64bc67692dad23 Mon Sep 17 00:00:00 2001 From: Robert Zubeck Date: Wed, 14 Mar 2007 01:08:33 +0000 Subject: [PATCH] Adding a missing bit of info about the round API. git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@244 c613c5cb-e716-0410-b11b-feb51c14d237 --- src/as/com/threerings/ezgame/EZGameControl.as | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/as/com/threerings/ezgame/EZGameControl.as b/src/as/com/threerings/ezgame/EZGameControl.as index 91338264..4058fc42 100644 --- a/src/as/com/threerings/ezgame/EZGameControl.as +++ b/src/as/com/threerings/ezgame/EZGameControl.as @@ -451,7 +451,8 @@ public class EZGameControl extends BaseControl /** * Returns the current round number. Rounds start at 1 and increase if the game calls {@link - * #endRound} with a next round timeout. + * #endRound} with a next round timeout. Between rounds, it returns a negative number, + * corresponding to the negation of the round that just ended. */ public function getRound () :int {