mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Close #12174: Remove Formatter additions with uintptr_t
This commit is contained in:
@@ -150,9 +150,9 @@ namespace Platform
|
||||
return exePath;
|
||||
}
|
||||
|
||||
uintptr_t StrDecompToPrecomp(utf8* input)
|
||||
utf8* StrDecompToPrecomp(utf8* input)
|
||||
{
|
||||
return reinterpret_cast<uintptr_t>(input);
|
||||
return input;
|
||||
}
|
||||
|
||||
bool HandleSpecialCommandLineArgument(const char* argument)
|
||||
|
||||
Reference in New Issue
Block a user