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:
@@ -191,7 +191,7 @@ public class TurnGameManagerDelegate extends GameManagerDelegate
|
||||
do {
|
||||
_turnIdx = (_turnIdx + 1) % size;
|
||||
} while (_tgmgr.getPlayerName(_turnIdx) == null ||
|
||||
_tgmgr.isActivePlayer(_turnIdx));
|
||||
!_tgmgr.isActivePlayer(_turnIdx));
|
||||
}
|
||||
|
||||
/** The game manager for which we are delegating. */
|
||||
|
||||
Reference in New Issue
Block a user