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:
Ray Greenwell
2002-04-17 17:07:13 +00:00
parent 4054c0beea
commit a11bff9cf8
@@ -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;
@@ -40,7 +40,7 @@ public class SpotService implements SpotCodes
* location.
*/
public static void changeLoc (Client client, int sceneId, int locationId,
SpotSceneDirector rsptarget)
Object rsptarget)
{
InvocationDirector invdir = client.getInvocationDirector();
Object[] args = new Object[] { new Integer(sceneId),