pathBeginning() and pathCompleted() need to be public so that we can
create paths outside the media.sprite package. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1407 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: CharacterSprite.java,v 1.30 2002/05/15 23:54:04 mdb Exp $
|
||||
// $Id: CharacterSprite.java,v 1.31 2002/05/29 23:27:14 mdb Exp $
|
||||
|
||||
package com.threerings.cast;
|
||||
|
||||
@@ -168,7 +168,7 @@ public class CharacterSprite extends ImageSprite
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
protected void pathBeginning ()
|
||||
public void pathBeginning ()
|
||||
{
|
||||
super.pathBeginning();
|
||||
|
||||
@@ -178,7 +178,7 @@ public class CharacterSprite extends ImageSprite
|
||||
}
|
||||
|
||||
// documentation inherited
|
||||
protected void pathCompleted ()
|
||||
public void pathCompleted ()
|
||||
{
|
||||
super.pathCompleted();
|
||||
halt();
|
||||
|
||||
Reference in New Issue
Block a user