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

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);