OpenTTD/void.h

7 lines
83 B
C
Raw Normal View History

/* $Id$ */
static inline void MakeVoid(TileIndex t)
{
SetTileType(t, MP_VOID);
}