1
0
Fork 0

(svn r4368) Revert clear_map.h changes in r4367.Error of manipulation

release/0.5
belugas 2006-04-11 22:15:57 +00:00
parent 88440522fe
commit 39ebdae045
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ typedef enum ClearGround {
} ClearGround; } ClearGround;
static inline ClearGround GetClearGround(TileIndex t) static inline ClearGround GetClearGround(TileIndex t)
{ {
assert(IsTileType(t, MP_CLEAR)); assert(IsTileType(t, MP_CLEAR));