mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +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:
@@ -215,7 +215,7 @@ std::string screenshot_dump_png_32bpp(int32_t width, int32_t height, const void*
|
||||
static int32_t GetHighestBaseClearanceZ(const CoordsXY& location, const bool useViewClipping)
|
||||
{
|
||||
int32_t z = 0;
|
||||
auto element = map_get_first_element_at(location);
|
||||
auto element = MapGetFirstElementAt(location);
|
||||
if (element != nullptr)
|
||||
{
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user