mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Remove snake_case from first chunk of Drawing (#19164)
* Remove snake_case from first chunk of Drawing * Address formatting
This commit is contained in:
@@ -118,7 +118,7 @@ void track_design_save_select_nearby_scenery(RideId rideIndex)
|
||||
}
|
||||
} while (TileElementIteratorNext(&it));
|
||||
|
||||
gfx_invalidate_screen();
|
||||
GfxInvalidateScreen();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -128,7 +128,7 @@ void track_design_save_select_nearby_scenery(RideId rideIndex)
|
||||
void track_design_save_reset_scenery()
|
||||
{
|
||||
track_design_save_init();
|
||||
gfx_invalidate_screen();
|
||||
GfxInvalidateScreen();
|
||||
}
|
||||
|
||||
bool track_design_save_contains_tile_element(const TileElement* tileElement)
|
||||
|
||||
Reference in New Issue
Block a user