mirror of https://github.com/OpenTTD/OpenTTD
(svn r4368) Revert clear_map.h changes in r4367.Error of manipulation
parent
88440522fe
commit
39ebdae045
|
@ -19,10 +19,6 @@ typedef enum ClearGround {
|
|||
} ClearGround;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
static inline ClearGround GetClearGround(TileIndex t)
|
||||
{
|
||||
assert(IsTileType(t, MP_CLEAR));
|
||||
|
|
Loading…
Reference in New Issue