From 43eba72f665e744c87d4fa3b9f785248f9bd325d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sun, 2 Oct 2016 10:30:28 +0200 Subject: [PATCH] Fix testpaint for GCC --- test/testpaint/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;