mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 06:44:38 +01:00
add ride track functions, for window ride branch
This commit is contained in:
@@ -23,9 +23,6 @@
|
||||
#include "date.h"
|
||||
#include "map.h"
|
||||
|
||||
#define GET_MAP_ELEMENT(x) (&(RCT2_ADDRESS(RCT2_ADDRESS_MAP_ELEMENTS, rct_map_element)[x]))
|
||||
#define TILE_MAP_ELEMENT_POINTER(x) (RCT2_ADDRESS(RCT2_ADDRESS_TILE_MAP_ELEMENT_POINTERS, rct_map_element*)[x])
|
||||
|
||||
static void tiles_init();
|
||||
|
||||
void map_element_set_terrain(rct_map_element *element, int terrain)
|
||||
|
||||
Reference in New Issue
Block a user