forked from mirror/OpenTTD
7 lines
83 B
C
7 lines
83 B
C
/* $Id$ */
|
|
|
|
static inline void MakeVoid(TileIndex t)
|
|
{
|
|
SetTileType(t, MP_VOID);
|
|
}
|