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:
@@ -211,8 +211,7 @@ public class TurnGameManagerDelegate extends GameManagerDelegate
|
|||||||
"change turn.");
|
"change turn.");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} while (_tgmgr.getPlayerName(_turnIdx) == null ||
|
} while (!_tgmgr.isActivePlayer(_turnIdx));
|
||||||
!_tgmgr.isActivePlayer(_turnIdx));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** The game manager for which we are delegating. */
|
/** The game manager for which we are delegating. */
|
||||||
|
|||||||
Reference in New Issue
Block a user