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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user