1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 17:42:29 +01:00

fix #2958: import sc4, sv4 into editor using load landscape dialog

This commit is contained in:
IntelOrca
2016-02-16 18:15:26 +00:00
parent b11afac5c8
commit c31941c6dc
2 changed files with 1 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
- Fix: [#2651] Ride was not removed when multiplayer client aborted ride construction.
- Fix: [#2654] Free transport rides can prevent guests from properly leaving the park
- Fix: [#2704] OSX Command Key not read for keyboard shortcuts.
- Fix: [#2958] Unable to import RCT1 parks in the scenario editor using the load landscape dialog.
0.0.3.1-beta (2015-12-04)
------------------------------------------------------------------------

View File

@@ -324,9 +324,6 @@ static void window_loadsave_mouseup(rct_window *w, int widgetIndex)
}
if (result) {
if (!has_extension(path, _extension)) {
strncat(path, _extension, sizeof(path) - strnlen(path, sizeof(path)) - 1);
}
window_loadsave_select(w, path);
}
break;