mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Avoid warning spam during park entrance drawing
This commit is contained in:
@@ -76,7 +76,7 @@ public:
|
||||
if (index >= (size_t)object_entry_group_counts[objectType])
|
||||
{
|
||||
#ifdef DEBUG
|
||||
log_warning("Object index %u exceeds maximum for type type %d.", index, objectType);
|
||||
log_warning("Object index %u exceeds maximum for type %d.", index, objectType);
|
||||
#endif
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user