Yeah, it does need the !.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3391 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ted V
2005-03-10 00:16:13 +00:00
parent 08cc800694
commit 51e8ef3687
@@ -191,7 +191,7 @@ public class TurnGameManagerDelegate extends GameManagerDelegate
do { do {
_turnIdx = (_turnIdx + 1) % size; _turnIdx = (_turnIdx + 1) % size;
} while (_tgmgr.getPlayerName(_turnIdx) == null || } while (_tgmgr.getPlayerName(_turnIdx) == null ||
_tgmgr.isActivePlayer(_turnIdx)); !_tgmgr.isActivePlayer(_turnIdx));
} }
/** The game manager for which we are delegating. */ /** The game manager for which we are delegating. */