1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Code style: Remove snakes from everything world apart from Map.h (#18273)

* Remove remaining snakes from world (outside of map)

* Initial few desnaking of Map.h
This commit is contained in:
Duncan
2022-10-11 19:39:24 +01:00
committed by GitHub
parent 0c78a27d9f
commit 67bbc8560d
90 changed files with 404 additions and 404 deletions

View File

@@ -108,7 +108,7 @@ GameActions::Result SurfaceSetStyleAction::Query() const
continue;
}
auto surfaceElement = map_get_surface_element_at(coords);
auto surfaceElement = MapGetSurfaceElementAt(coords);
if (surfaceElement == nullptr)
{
continue;
@@ -176,7 +176,7 @@ GameActions::Result SurfaceSetStyleAction::Execute() const
continue;
}
auto surfaceElement = map_get_surface_element_at(coords);
auto surfaceElement = MapGetSurfaceElementAt(coords);
if (surfaceElement == nullptr)
{
continue;