Whoops, I booched it.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1346 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: GameController.java,v 1.13 2002/05/07 00:49:24 mdb Exp $
|
// $Id: GameController.java,v 1.14 2002/05/07 00:57:49 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.parlor.game;
|
package com.threerings.parlor.game;
|
||||||
|
|
||||||
@@ -93,7 +93,7 @@ public abstract class GameController extends PlaceController
|
|||||||
public boolean isGameOver ()
|
public boolean isGameOver ()
|
||||||
{
|
{
|
||||||
boolean gameOver =
|
boolean gameOver =
|
||||||
(_gobj != null) ? (_gobj.state != GameObject.IN_PLAY) : true);
|
((_gobj != null) ? (_gobj.state != GameObject.IN_PLAY) : true);
|
||||||
return (_gameOver || gameOver);
|
return (_gameOver || gameOver);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user