mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-01-22 23:26:34 +00:00
7 lines
83 B
C
7 lines
83 B
C
|
/* $Id$ */
|
||
|
|
||
|
static inline void MakeVoid(TileIndex t)
|
||
|
{
|
||
|
SetTileType(t, MP_VOID);
|
||
|
}
|