1
0
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:
IntelOrca
2014-08-31 15:40:08 +01:00
parent ea481d5033
commit 2cfb2908de
4 changed files with 94 additions and 3 deletions

View File

@@ -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)