1
0
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:
Gymnasiast
2018-03-13 20:48:16 +01:00
parent b78bd587b7
commit 8e37ee26c9
2 changed files with 9 additions and 3 deletions

View File

@@ -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;
}