Various cleanuppery.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4118 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-05-16 01:51:01 +00:00
parent c203c0e861
commit 8604a4ac6a
4 changed files with 15 additions and 6 deletions
@@ -192,7 +192,6 @@ public class PlaceObject extends DObject
public override function readObject (ins :ObjectInputStream) :void
{
super.readObject(ins);
// TODO: this needs fixing!
occupants = (ins.readObject() as OidList);
occupantInfo = (ins.readObject() as DSet);
speakService = (ins.readObject() as SpeakMarshaller);