mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 02:35:46 +01:00
Fix warning
This commit is contained in:
@@ -30,7 +30,6 @@ protected:
|
||||
|
||||
void DumpRatings()
|
||||
{
|
||||
int expI = 0;
|
||||
for (int rideId = 0; rideId < MAX_RIDES; rideId++)
|
||||
{
|
||||
rct_ride * ride = get_ride(rideId);
|
||||
|
||||
Reference in New Issue
Block a user