diff --git a/src/openrct2/rct2.c b/src/openrct2/rct2.c index e3d5d4db98..79d02b3ab7 100644 --- a/src/openrct2/rct2.c +++ b/src/openrct2/rct2.c @@ -329,6 +329,7 @@ bool rct2_open_file(const char *path) { char *extension = strrchr(path, '.'); if (extension == NULL) { + title_load(); return false; } extension++;