Include the timestamp associated with sprite events in the event.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2020 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: CharacterSprite.java,v 1.37 2002/11/19 00:23:46 mdb Exp $
|
||||
// $Id: CharacterSprite.java,v 1.38 2002/12/04 02:45:08 shaper Exp $
|
||||
|
||||
package com.threerings.cast;
|
||||
|
||||
@@ -258,9 +258,9 @@ public class CharacterSprite extends ImageSprite
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
public void pathCompleted ()
|
||||
public void pathCompleted (long timestamp)
|
||||
{
|
||||
super.pathCompleted();
|
||||
super.pathCompleted(timestamp);
|
||||
halt();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user