1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Remove snakes from entrance

This commit is contained in:
duncanspumpkin
2022-10-04 07:38:00 +01:00
parent 2e6595fe8a
commit 2c29190ff8
17 changed files with 38 additions and 38 deletions

View File

@@ -1356,7 +1356,7 @@ void map_remove_provisional_elements()
if (window_find_by_class(WindowClass::RideConstruction) != nullptr)
{
ride_remove_provisional_track_piece();
ride_entrance_exit_remove_ghost();
RideEntranceExitRemoveGhost();
}
// This is in non performant so only make network games suffer for it
// non networked games do not need this as its to prevent desyncs.
@@ -1381,7 +1381,7 @@ void map_restore_provisional_elements()
if (window_find_by_class(WindowClass::RideConstruction) != nullptr)
{
ride_restore_provisional_track_piece();
ride_entrance_exit_place_provisional_ghost();
RideEntranceExitPlaceProvisionalGhost();
}
// This is in non performant so only make network games suffer for it
// non networked games do not need this as its to prevent desyncs.