Checking the active player should automatically discount unoccupied seats.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3488 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2005-04-14 23:05:16 +00:00
parent 96133e45e9
commit d5bf33102a
@@ -211,8 +211,7 @@ public class TurnGameManagerDelegate extends GameManagerDelegate
"change turn.");
break;
}
} while (_tgmgr.getPlayerName(_turnIdx) == null ||
!_tgmgr.isActivePlayer(_turnIdx));
} while (!_tgmgr.isActivePlayer(_turnIdx));
}
/** The game manager for which we are delegating. */