Home
last modified time | relevance | path

Searched refs:NUM_ORIGINAL_TILES (Results 1 – 1 of 1) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/core/
H A Dtile_manager.cpp42 #define NUM_ORIGINAL_TILES 2048 macro
102 numTiles = NUM_ORIGINAL_TILES; in TileManager()
278 if (tile_num < NUM_ORIGINAL_TILES) { in get_tile()
290 if (tile_num < NUM_ORIGINAL_TILES) { in get_original_tile()
877 …Tile *tileDataPtr = (Tile *)realloc(extendedTiles, sizeof(Tile) * (numTiles - NUM_ORIGINAL_TILES +… in addNewTiles()
882 tileDataPtr += (numTiles - NUM_ORIGINAL_TILES); in addNewTiles()
898 numTiles = NUM_ORIGINAL_TILES; in freeCustomTiles()