Fixme was fixed implicitly a while back; just cleaning up comments.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3547 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ted V
2005-05-12 18:51:57 +00:00
parent 64de3f4368
commit c5024298fc
@@ -200,10 +200,6 @@ public class TurnGameManagerDelegate extends GameManagerDelegate
}
// find the next occupied active player slot
//
// FIXME: This might be a player that has state PLAYER_LEFT_GAME.
// It seems possible to make the GameManager track the active
// player count, not just the player count, and ignore
int size = _turnGame.getPlayers().length;
int oturnIdx = _turnIdx;
do {