(svn r4367) CodeChange : Remove another direct map access in station_cmd.c. Replace an array of TileIndexDiffC by a use of loop with TileDiffXY. Thanks to Rubidium
This commit is contained in:
@@ -19,6 +19,10 @@ typedef enum ClearGround {
|
||||
} ClearGround;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
static inline ClearGround GetClearGround(TileIndex t)
|
||||
{
|
||||
assert(IsTileType(t, MP_CLEAR));
|
||||
|
||||
Reference in New Issue
Block a user