Cope.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2875 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: GameController.java,v 1.22 2003/08/16 00:28:43 mdb Exp $
|
// $Id: GameController.java,v 1.23 2003/11/25 22:35:10 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.parlor.game;
|
package com.threerings.parlor.game;
|
||||||
|
|
||||||
@@ -184,6 +184,11 @@ public abstract class GameController extends PlaceController
|
|||||||
*/
|
*/
|
||||||
protected void gameDidStart ()
|
protected void gameDidStart ()
|
||||||
{
|
{
|
||||||
|
if (_gobj == null) {
|
||||||
|
Log.info("Received gameDidStart() after leaving game room.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// clear out our game over flag
|
// clear out our game over flag
|
||||||
setGameOver(false);
|
setGameOver(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user