1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 02:35:46 +01:00

Fix warning

This commit is contained in:
Ted John
2017-05-17 18:36:01 +01:00
parent b28fde6ae7
commit 7ca1173bcb

View File

@@ -30,7 +30,6 @@ protected:
void DumpRatings()
{
int expI = 0;
for (int rideId = 0; rideId < MAX_RIDES; rideId++)
{
rct_ride * ride = get_ride(rideId);