1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix black screen on loading file with invalid extension

This commit is contained in:
rwjuk
2017-07-05 23:54:43 +01:00
parent e7512c58ac
commit ab6d4ee240

View File

@@ -392,7 +392,7 @@ bool rct2_open_file(const char *path)
return false;
}
}
title_load();
return false;
}