mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Load title sequence when invalid path was given
This commit is contained in:
@@ -329,6 +329,7 @@ bool rct2_open_file(const char *path)
|
||||
{
|
||||
char *extension = strrchr(path, '.');
|
||||
if (extension == NULL) {
|
||||
title_load();
|
||||
return false;
|
||||
}
|
||||
extension++;
|
||||
|
||||
Reference in New Issue
Block a user