mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Rename classes with snakes OpenRCT2/G*-M*
This commit is contained in:
@@ -483,7 +483,7 @@ static void WindowMapgenBaseMouseup(rct_window* w, WidgetIndex widgetIndex)
|
||||
{
|
||||
WindowMapgenSharedMouseup(w, widgetIndex);
|
||||
|
||||
mapgen_settings mapgenSettings;
|
||||
MapGenSettings mapgenSettings;
|
||||
Formatter ft;
|
||||
switch (widgetIndex)
|
||||
{
|
||||
@@ -771,7 +771,7 @@ static void WindowMapgenRandomMouseup(rct_window* w, WidgetIndex widgetIndex)
|
||||
{
|
||||
WindowMapgenSharedMouseup(w, widgetIndex);
|
||||
|
||||
mapgen_settings mapgenSettings;
|
||||
MapGenSettings mapgenSettings;
|
||||
|
||||
switch (widgetIndex)
|
||||
{
|
||||
@@ -843,7 +843,7 @@ static void WindowMapgenSimplexMouseup(rct_window* w, WidgetIndex widgetIndex)
|
||||
{
|
||||
WindowMapgenSharedMouseup(w, widgetIndex);
|
||||
|
||||
mapgen_settings mapgenSettings;
|
||||
MapGenSettings mapgenSettings;
|
||||
|
||||
switch (widgetIndex)
|
||||
{
|
||||
@@ -1157,7 +1157,7 @@ static void WindowMapgenHeightmapMousedown(rct_window* w, WidgetIndex widgetInde
|
||||
|
||||
static void WindowMapgenHeightmapGenerateMap()
|
||||
{
|
||||
mapgen_settings mapgenSettings;
|
||||
MapGenSettings mapgenSettings;
|
||||
mapgenSettings.water_level = _waterLevel;
|
||||
mapgenSettings.smooth = _heightmapSmoothTiles;
|
||||
mapgenSettings.smooth_height_map = _heightmapSmoothMap;
|
||||
|
||||
Reference in New Issue
Block a user