mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 07:43:01 +01:00
Fix type error in openrct2-dll project
This commit is contained in:
@@ -62,7 +62,7 @@ static char * * GetCommandLineArgs(int argc, wchar_t * * argvW)
|
||||
char * * argv = (char * *)malloc(argc * sizeof(char *));
|
||||
if (argv == nullptr)
|
||||
{
|
||||
return false;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
// Convert to UTF-8
|
||||
|
||||
Reference in New Issue
Block a user