Regenerated actionscript services, and the callers that love them.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@864 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2009-08-13 06:19:27 +00:00
parent accb67e407
commit 85ef5ed4f9
17 changed files with 116 additions and 119 deletions
@@ -466,7 +466,7 @@ public class SceneDirector extends BasicDirector
// issue a moveTo request
log.info("Issuing moveTo(" + _pendingData.sceneId + ", " + sceneVers + ").");
_sservice.moveTo(_wctx.getClient(), _pendingData.sceneId, sceneVers, this);
_sservice.moveTo(_pendingData.sceneId, sceneVers, this);
}
/**