diff --git a/src/openrct2/rct2.c b/src/openrct2/rct2.c index d9ec33503f..e3d5d4db98 100644 --- a/src/openrct2/rct2.c +++ b/src/openrct2/rct2.c @@ -392,7 +392,7 @@ bool rct2_open_file(const char *path) return false; } } - + title_load(); return false; }