mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix typo 'instad' -> 'instead' [ci skip]
This commit is contained in:
committed by
Aaron van Geffen
parent
14b22c9801
commit
69867bcecd
@@ -1148,7 +1148,7 @@ bool platform_place_string_on_clipboard(utf8* target)
|
||||
|
||||
/**
|
||||
* This function is deprecated.
|
||||
* Use IPlatformEnvironment instad.
|
||||
* Use IPlatformEnvironment instead.
|
||||
*/
|
||||
void platform_get_user_directory(utf8 * outPath, const utf8 * subDirectory, size_t outSize)
|
||||
{
|
||||
@@ -1163,7 +1163,7 @@ void platform_get_user_directory(utf8 * outPath, const utf8 * subDirectory, size
|
||||
|
||||
/**
|
||||
* This function is deprecated.
|
||||
* Use IPlatformEnvironment instad.
|
||||
* Use IPlatformEnvironment instead.
|
||||
*/
|
||||
void platform_get_openrct_data_path(utf8 * outPath, size_t outSize)
|
||||
{
|
||||
@@ -1171,5 +1171,3 @@ void platform_get_openrct_data_path(utf8 * outPath, size_t outSize)
|
||||
auto path = env->GetDirectoryPath(DIRBASE::OPENRCT2);
|
||||
String::Set(outPath, outSize, path.c_str());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user