Wrapped long line.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3941 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-03-14 02:20:40 +00:00
parent 7a567e4adb
commit 196799d842
@@ -579,7 +579,8 @@ public class GameManager extends PlaceManager
{
// first resign the player from the game
int pidx = IntListUtil.indexOf(_playerOids, bodyOid);
if (pidx != -1 && _gameobj.isInPlay() && _gameobj.isActivePlayer(pidx)) {
if (pidx != -1 && _gameobj.isInPlay() &&
_gameobj.isActivePlayer(pidx)) {
// end the player's game if they bail on an in-progress game
endPlayerGame(pidx);
}