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
1 changed files with 1 additions and 1 deletions

View File

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