Switch to new unified direction constants.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@818 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: CharacterSprite.java,v 1.19 2001/11/29 20:33:44 mdb Exp $
|
||||
// $Id: CharacterSprite.java,v 1.20 2001/12/17 03:33:40 mdb Exp $
|
||||
|
||||
package com.threerings.cast;
|
||||
|
||||
@@ -26,7 +26,7 @@ public class CharacterSprite
|
||||
_charmgr = charmgr;
|
||||
|
||||
// assign an arbitrary starting orientation
|
||||
_orient = DIR_NORTH;
|
||||
_orient = NORTH;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user