mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
OpenRCT2 Limits (#16088)
* Move over max rides to limits file * Move max stations to limits file * Move over max inversions, golf holes, helices, custhistsize * Move over max trains per ride * Bring over Max cars per train and max circuits per ride * Port over NumColourSchemes and max vehicle colours * Fix compilation * Move over max awards * Move over max peep spawns and park entrances * Fix rebase issues * Remove future work * Switch style * Update copyright
This commit is contained in:
@@ -1285,7 +1285,7 @@ static int32_t cc_show_limits(InteractiveConsole& console, [[maybe_unused]] cons
|
||||
console.WriteFormatLine("Sprites: %d/%d", spriteCount, MAX_ENTITIES);
|
||||
console.WriteFormatLine("Map Elements: %zu/%d", tileElementCount, MAX_TILE_ELEMENTS);
|
||||
console.WriteFormatLine("Banners: %d/%zu", bannerCount, MAX_BANNERS);
|
||||
console.WriteFormatLine("Rides: %d/%d", rideCount, MAX_RIDES);
|
||||
console.WriteFormatLine("Rides: %d/%d", rideCount, OpenRCT2::Limits::MaxRidesInPark);
|
||||
console.WriteFormatLine("Images: %zu/%zu", ImageListGetUsedCount(), ImageListGetMaximum());
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user