1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Do not clear construction / peeps when querying ride entrance / exit

This commit is contained in:
Ted John
2019-05-26 12:00:46 +01:00
parent d1f48fab53
commit 1dd696d453

View File

@@ -89,9 +89,6 @@ public:
return MakeResult(GA_ERROR::DISALLOWED, errorTitle, STR_NOT_ALLOWED_TO_MODIFY_STATION);
}
ride_clear_for_construction(ride);
ride_remove_peeps(ride);
const auto location = _isExit ? ride_get_exit_location(ride, _stationNum)
: ride_get_entrance_location(ride, _stationNum);