1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

remove unnecessary functions

This commit is contained in:
Ted John
2016-07-09 15:36:48 +01:00
parent ce878723d7
commit 4de1f2912a
6 changed files with 3 additions and 76 deletions

View File

@@ -364,9 +364,8 @@ static int editor_read_s6(const char *path)
}
SDL_RWclose(rw);
if (!load_success){
if (!load_success) {
log_error("failed to load all entries.");
set_load_objects_fail_reason();
return 0;
}