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

This commit is contained in:
belugas 2006-04-11 22:15:57 +00:00
parent 88440522fe
commit 39ebdae045

View File

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