From f1511a83980954bd7d16fa99ed1b4abed010dfaa Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Wed, 7 Sep 2005 23:23:06 +0000 Subject: [PATCH] Fixed comment; the same prefix is used for normal-height and low walls. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3698 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/media/tile/ObjectTileSet.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/com/threerings/media/tile/ObjectTileSet.java b/src/java/com/threerings/media/tile/ObjectTileSet.java index a2d769b8c..34c162e98 100644 --- a/src/java/com/threerings/media/tile/ObjectTileSet.java +++ b/src/java/com/threerings/media/tile/ObjectTileSet.java @@ -46,12 +46,12 @@ public class ObjectTileSet extends SwissArmyTileSet /** A constraint indicating that the object must be placed on a surface. */ public static final String ON_SURFACE = "ON_SURFACE"; - /** A constraint prefix indicating that the object is a normal-height wall - * facing the suffixed direction (N, E, S, or W). */ + /** A constraint prefix indicating that the object is a wall facing the + * suffixed direction (N, E, S, or W). */ public static final String WALL = "WALL_"; /** A constraint prefix indicating that the object must be placed on a - * normal-height wall facing the suffixed direction (N, E, S, or W). */ + * wall facing the suffixed direction (N, E, S, or W). */ public static final String ON_WALL = "ON_WALL_"; /** A constraint prefix indicating that the object must be attached to a