diff --git a/test/testpaint/main.cpp b/test/testpaint/main.cpp index 071f61bcc2..3824d3a229 100644 --- a/test/testpaint/main.cpp +++ b/test/testpaint/main.cpp @@ -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;