diff --git a/src/as/com/threerings/ezgame/EZGameControl.as b/src/as/com/threerings/ezgame/EZGameControl.as index f6388718..e60a4a51 100644 --- a/src/as/com/threerings/ezgame/EZGameControl.as +++ b/src/as/com/threerings/ezgame/EZGameControl.as @@ -580,8 +580,9 @@ 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, otherwise no next round - * will be started. + * started in the specified number of seconds, otherwise no next round will be started. This + * method should not be called at the end of the last round, instead endGame() + * should be called. */ public function endRound (nextRoundDelay :int = 0) :void {