mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
7 lines
83 B
C
7 lines
83 B
C
/* $Id$ */
|
|
|
|
static inline void MakeVoid(TileIndex t)
|
|
{
|
|
SetTileType(t, MP_VOID);
|
|
}
|