A bit more, more streaming issues. I might need to rework some stuff.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3985 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-03-28 02:02:22 +00:00
parent 538803e1fb
commit 90e4017801
8 changed files with 39 additions and 15 deletions
@@ -30,7 +30,6 @@ public class ObjectArrayStreamer extends Streamer
:void
{
var arr :Array = (obj as Array);
com.threerings.presents.Log.debug("array length: " + arr.length);
out.writeInt(arr.length);
for (var ii :int = 0; ii < arr.length; ii++) {
out.writeObject(arr[ii]);