mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-15 20:12:35 +01:00
* Prevent ride and stall statistic from overflowing Clamps guestsFavourite, totalCustomers, lastInspection, totalProfit, numPrimaryItemsSold and numSecondaryItemsSold * Change line of comment in Ride.h This caused the tooltip with the comment to appear when hovering over notFixedTimeout instead of breakdownSoundModifier in Visual Studio * Remove redundant overflow prevention * Invalidate maintenance tab Missed this before. Also fix an issue I inadvertently caused with PR #23719 when updating the count of vandals stopped * Deduce lastInspection type in compile time * Add changelog entry