Fix testpaint for GCC

This commit is contained in:
Michał Janiszewski 2016-10-02 10:30:28 +02:00
parent 2f2c2beb7f
commit 43eba72f66
1 changed files with 1 additions and 1 deletions

View File

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