1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Remove snakes from the foopaths

This commit is contained in:
duncanspumpkin
2022-10-04 07:51:27 +01:00
parent 2c29190ff8
commit 3e8dc1b2ac
42 changed files with 266 additions and 268 deletions

View File

@@ -198,7 +198,7 @@ GameActions::Result SurfaceSetStyleAction::Execute() const
surfaceElement->SetSurfaceStyle(_surfaceStyle);
map_invalidate_tile_full(coords);
footpath_remove_litter({ coords, tile_element_height(coords) });
FootpathRemoveLitter({ coords, tile_element_height(coords) });
}
}
}