Regeneratd services, got new mo' betta type handling.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@360 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Michael Bayne
2007-07-13 23:53:31 +00:00
parent b0f5087af3
commit 522a96ef96
16 changed files with 24 additions and 8 deletions
@@ -23,6 +23,7 @@ package com.threerings.whirled.zone.data {
import flash.utils.ByteArray;
import com.threerings.util.*; // for Float, Integer, etc.
import com.threerings.io.TypedArray;
import com.threerings.crowd.data.PlaceConfig;
import com.threerings.presents.client.Client;
@@ -23,6 +23,7 @@ package com.threerings.whirled.zone.data {
import flash.utils.ByteArray;
import com.threerings.util.*; // for Float, Integer, etc.
import com.threerings.io.TypedArray;
import com.threerings.crowd.data.PlaceConfig;
import com.threerings.presents.client.Client;
@@ -64,7 +65,7 @@ public class ZoneMarshaller_ZoneMoveMarshaller
case MOVE_SUCCEEDED_WITH_UPDATES:
(listener as ZoneService_ZoneMoveListener).moveSucceededWithUpdates(
(args[0] as int), (args[1] as PlaceConfig), (args[2] as ZoneSummary), (args[3] as Array));
(args[0] as int), (args[1] as PlaceConfig), (args[2] as ZoneSummary), (args[3] as TypedArray /* of class com.threerings.whirled.data.SceneUpdate */));
return;
default: