Yes, it's sufficient, and now it's done too.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3489 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-04-14 23:20:30 +00:00
parent d5bf33102a
commit d6d23b5e2d
@@ -145,6 +145,10 @@ public class TurnGameManagerDelegate extends GameManagerDelegate
// and start the next turn if desired
if (_turnIdx != -1) {
startTurn();
} else {
// otherwise, clear out the turn holder
_turnGame.setTurnHolder(null);
}
}