From e04ddbe0ac4ed41853852c35666c551407c226b4 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 26 Apr 2009 16:26:41 +0000 Subject: (svn r16166) -Add [NoAI]: AITile::Get(Min|Max|Corner)Height --- src/slope_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/slope_type.h') diff --git a/src/slope_type.h b/src/slope_type.h index 2ba12bf38..469fd75b9 100644 --- a/src/slope_type.h +++ b/src/slope_type.h @@ -53,7 +53,7 @@ enum Slope { SLOPE_NE = SLOPE_N | SLOPE_E, ///< north and east corner are raised SLOPE_EW = SLOPE_E | SLOPE_W, ///< east and west corner are raised SLOPE_NS = SLOPE_N | SLOPE_S, ///< north and south corner are raised - SLOPE_ELEVATED = SLOPE_N | SLOPE_E | SLOPE_S | SLOPE_W, ///< all corner are raised, similar to SLOPE_FLAT + SLOPE_ELEVATED = SLOPE_N | SLOPE_E | SLOPE_S | SLOPE_W, ///< bit mask containing all 'simple' slopes SLOPE_NWS = SLOPE_N | SLOPE_W | SLOPE_S, ///< north, west and south corner are raised SLOPE_WSE = SLOPE_W | SLOPE_S | SLOPE_E, ///< west, south and east corner are raised SLOPE_SEN = SLOPE_S | SLOPE_E | SLOPE_N, ///< south, east and north corner are raised -- cgit v1.2.3-54-g00ecf