mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-12 10:32:26 +01:00
fix #2958: import sc4, sv4 into editor using load landscape dialog
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
- Fix: [#2651] Ride was not removed when multiplayer client aborted ride construction.
|
- 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: [#2654] Free transport rides can prevent guests from properly leaving the park
|
||||||
- Fix: [#2704] OSX Command Key not read for keyboard shortcuts.
|
- 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)
|
0.0.3.1-beta (2015-12-04)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -324,9 +324,6 @@ static void window_loadsave_mouseup(rct_window *w, int widgetIndex)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (result) {
|
if (result) {
|
||||||
if (!has_extension(path, _extension)) {
|
|
||||||
strncat(path, _extension, sizeof(path) - strnlen(path, sizeof(path)) - 1);
|
|
||||||
}
|
|
||||||
window_loadsave_select(w, path);
|
window_loadsave_select(w, path);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user