Report the game state in GameObject.which().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2610 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: GameObject.dobj,v 1.19 2003/01/13 18:36:18 mdb Exp $
|
||||
// $Id: GameObject.dobj,v 1.20 2003/05/26 23:46:46 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.game;
|
||||
|
||||
@@ -150,5 +150,6 @@ public class GameObject extends PlaceObject
|
||||
{
|
||||
super.which(buf);
|
||||
StringUtil.toString(buf, players);
|
||||
buf.append(":").append(state);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: GameObject.java,v 1.15 2003/04/30 22:45:57 mdb Exp $
|
||||
// $Id: GameObject.java,v 1.16 2003/05/26 23:46:46 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.game;
|
||||
|
||||
@@ -171,6 +171,7 @@ public class GameObject extends PlaceObject
|
||||
{
|
||||
super.which(buf);
|
||||
StringUtil.toString(buf, players);
|
||||
buf.append(":").append(state);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user