mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 14:54:30 +01:00
Rebase onto develop and fix indentation
This commit is contained in:
@@ -46,11 +46,15 @@ enum
|
||||
};
|
||||
|
||||
extern const int SEGMENTS_ALL;
|
||||
extern const uint16 segment_offsets[9];
|
||||
|
||||
enum
|
||||
{
|
||||
TUNNEL_0 = 0,
|
||||
TUNNEL_6 = 6,
|
||||
TUNNEL_7 = 7,
|
||||
TUNNEL_8 = 8,
|
||||
TUNNEL_14 = 0x0E
|
||||
};
|
||||
|
||||
void paint_util_push_tunnel_left(uint16 height, uint8 type);
|
||||
|
||||
@@ -32,6 +32,12 @@ extern const uint8 track_map_4x4[][16];
|
||||
extern const uint8 edges_4x4[];
|
||||
|
||||
enum {
|
||||
SPR_FLOOR_METAL = 14567,
|
||||
SPR_FENCE_METAL_NE = 14568,
|
||||
SPR_FENCE_METAL_SE = 14569,
|
||||
SPR_FENCE_METAL_SW = 14570,
|
||||
SPR_FENCE_METAL_NW = 14571,
|
||||
|
||||
SPR_FLOOR_CORK_SE_SW = 22134,
|
||||
SPR_FLOOR_CORK_SW = 22135,
|
||||
SPR_FLOOR_CORK_SE = 22136,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user