mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Fix travis errors
This commit is contained in:
@@ -292,7 +292,7 @@ void object_unload(int groupIndex, rct_object_entry_extended *entry)
|
||||
RCT2_CALLPROC_X(0x006A9CAF, 0, groupIndex, 0, 0, 0, 0, (int)entry);
|
||||
}
|
||||
|
||||
static int object_entry_compare(rct_object_entry *a, rct_object_entry *b)
|
||||
int object_entry_compare(rct_object_entry *a, rct_object_entry *b)
|
||||
{
|
||||
if (a->flags & 0xF0) {
|
||||
if ((a->flags & 0x0F) != (b->flags & 0x0F))
|
||||
|
||||
@@ -45,7 +45,7 @@ typedef struct {
|
||||
uint32 extended;
|
||||
} rct_object_entry_extended;
|
||||
|
||||
int object_entry_group_counts[];
|
||||
extern int object_entry_group_counts[];
|
||||
|
||||
void object_list_load();
|
||||
int object_read_and_load_entries(FILE *file);
|
||||
|
||||
Reference in New Issue
Block a user