Allow any object to be used as the response target for a moveTo request.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1293 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: SceneService.java,v 1.6 2002/04/15 16:28:03 shaper Exp $
|
// $Id: SceneService.java,v 1.7 2002/04/26 00:07:05 ray Exp $
|
||||||
|
|
||||||
package com.threerings.whirled.client;
|
package com.threerings.whirled.client;
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ public class SceneService implements SceneCodes
|
|||||||
* have in our local repository.
|
* have in our local repository.
|
||||||
*/
|
*/
|
||||||
public static void moveTo (Client client, int sceneId,
|
public static void moveTo (Client client, int sceneId,
|
||||||
int sceneVers, SceneDirector rsptarget)
|
int sceneVers, Object rsptarget)
|
||||||
{
|
{
|
||||||
InvocationDirector invdir = client.getInvocationDirector();
|
InvocationDirector invdir = client.getInvocationDirector();
|
||||||
Object[] args = new Object[] {
|
Object[] args = new Object[] {
|
||||||
|
|||||||
Reference in New Issue
Block a user