mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Remove sLocationXY8
This commit is contained in:
@@ -45,12 +45,6 @@ struct LocationXY8
|
||||
};
|
||||
assert_struct_size(LocationXY8, 2);
|
||||
|
||||
struct sLocationXY8
|
||||
{
|
||||
int8_t x, y;
|
||||
};
|
||||
assert_struct_size(sLocationXY8, 2);
|
||||
|
||||
struct LocationXY16
|
||||
{
|
||||
int16_t x, y;
|
||||
|
||||
Reference in New Issue
Block a user