OpenTTD
|
Map accessors for void tiles. More...
#include "tile_map.h"
Go to the source code of this file.
Functions | |
static void | MakeVoid (TileIndex t) |
Make a nice void tile ;) |
Map accessors for void tiles.
Definition in file void_map.h.
|
inlinestatic |
Make a nice void tile ;)
t | the tile to make void |
Definition at line 21 of file void_map.h.
References _m, _me, Tile::m1, Tile::m2, Tile::m3, Tile::m4, Tile::m5, TileExtended::m6, TileExtended::m7, MP_VOID, SetTileHeight(), and SetTileType().
Referenced by _GenerateWorld(), GenerateLandscape(), GenerateTerrainPerlin(), and GrayscaleToMapHeights().