mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 05:53:02 +01:00
Apply some refactoring
This commit is contained in:
committed by
Michael Steenbeek
parent
386a399a51
commit
06afeeda9a
@@ -263,7 +263,7 @@ namespace Editor
|
||||
*/
|
||||
static bool ReadS6(const char * path)
|
||||
{
|
||||
ParkLoadResult * loadResult = NULL;
|
||||
ParkLoadResult * loadResult = nullptr;
|
||||
const char * extension = path_get_extension(path);
|
||||
if (_stricmp(extension, ".sc6") == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user