From 75dde0467f5f18eaeae6d5adc7efb8a1ffe0fa5c Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 27 Aug 2016 14:40:05 +0100 Subject: [PATCH] Add static modifier --- src/openrct2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2.c b/src/openrct2.c index 6bb42f9f61..f44145a229 100644 --- a/src/openrct2.c +++ b/src/openrct2.c @@ -496,7 +496,7 @@ void openrct2_reset_object_tween_locations() } } -void openrct2_get_segment_data_path(char * buffer, size_t bufferSize) +static void openrct2_get_segment_data_path(char * buffer, size_t bufferSize) { platform_get_exe_path(buffer); safe_strcat_path(buffer, "openrct2_data", bufferSize);