1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-19 13:52:54 +01:00

Fix testpaint for GCC

This commit is contained in:
Michał Janiszewski
2016-10-02 10:30:28 +02:00
parent 2f2c2beb7f
commit 43eba72f66

View File

@@ -333,7 +333,7 @@ static bool openrct2_setup_rct2_segment()
return true;
}
void PrintRideTypes()
static void PrintRideTypes()
{
for (uint8 rideType = 0; rideType < 91; rideType++) {
CLIColour colour = CLIColour::DEFAULT;