1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Use constant for LOCATION_NULL, split off location stuff to Location.h

This commit is contained in:
Michael Steenbeek
2017-10-13 22:23:07 +02:00
committed by GitHub
parent ab3835719a
commit 7f9c25a7a9
118 changed files with 954 additions and 931 deletions

View File

@@ -40,10 +40,10 @@ typedef struct
struct paint
{
uint32 image_id;
rct_xy16 offset;
rct_xyz16 bound_box_length;
LocationXY16 offset;
LocationXYZ16 bound_box_length;
sint16 z_offset;
rct_xyz16 bound_box_offset;
LocationXYZ16 bound_box_offset;
uint32 rotation;
paint_struct output_struct;
} paint;