Allow objects such as a NPPirate to receive the results of a changeLoc
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1267 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: SpotService.java,v 1.5 2002/04/15 16:28:03 shaper Exp $
|
// $Id: SpotService.java,v 1.6 2002/04/17 17:07:13 ray Exp $
|
||||||
|
|
||||||
package com.threerings.whirled.spot.client;
|
package com.threerings.whirled.spot.client;
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ public class SpotService implements SpotCodes
|
|||||||
* location.
|
* location.
|
||||||
*/
|
*/
|
||||||
public static void changeLoc (Client client, int sceneId, int locationId,
|
public static void changeLoc (Client client, int sceneId, int locationId,
|
||||||
SpotSceneDirector rsptarget)
|
Object rsptarget)
|
||||||
{
|
{
|
||||||
InvocationDirector invdir = client.getInvocationDirector();
|
InvocationDirector invdir = client.getInvocationDirector();
|
||||||
Object[] args = new Object[] { new Integer(sceneId),
|
Object[] args = new Object[] { new Integer(sceneId),
|
||||||
|
|||||||
Reference in New Issue
Block a user