1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Add static modifier

This commit is contained in:
Ted John
2016-08-27 14:40:05 +01:00
parent 10ef3fdcc3
commit 75dde0467f

View File

@@ -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);