Let's reorder those to go clockwise around the compass

(and match the set of cardinals in yohoho that I want to replace with this)


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@728 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2008-12-03 19:00:09 +00:00
parent 1680e5135b
commit 8b899014ef
@@ -109,5 +109,5 @@ public interface DirectionCodes
public static final int FINE_DIRECTION_COUNT = 16;
/** The four points of the compass. */
public static final int[] CARDINAL_DIRECTIONS = { NORTH, SOUTH, EAST, WEST };
public static final int[] CARDINAL_DIRECTIONS = { NORTH, EAST, SOUTH, WEST };
}