mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +01:00
Rename pink tiles to brown tiles
This commit is contained in:
@@ -1025,7 +1025,7 @@ enum
|
||||
|
||||
RCT1_FOOTPATH_TYPE_ROADS = 16,
|
||||
|
||||
RCT1_FOOTPATH_TYPE_TILE_PINK = 20,
|
||||
RCT1_FOOTPATH_TYPE_TILE_BROWN = 20,
|
||||
RCT1_FOOTPATH_TYPE_TILE_GRAY,
|
||||
RCT1_FOOTPATH_TYPE_TILE_RED,
|
||||
RCT1_FOOTPATH_TYPE_TILE_GREEN,
|
||||
|
||||
@@ -407,7 +407,7 @@ private:
|
||||
|
||||
// Add default footpaths
|
||||
_footpathSurfaceEntries.AddRange(
|
||||
{ "rct1.pathsurface.tarmac", "rct1.pathsurface.dirt", "rct1.pathsurface.crazy", "rct1.pathsurface.tile.pink",
|
||||
{ "rct1.pathsurface.tarmac", "rct1.pathsurface.dirt", "rct1.pathsurface.crazy", "rct1.pathsurface.tile.brown",
|
||||
"rct1.aa.pathsurface.ash", "rct1.aa.pathsurface.tarmac.green", "rct1.aa.pathsurface.tarmac.brown",
|
||||
"rct1.aa.pathsurface.tile.grey", "rct1.aa.pathsurface.space", "rct1.ll.pathsurface.tile.green",
|
||||
"rct1.ll.pathsurface.tile.red", "rct1.pathsurface.queue.blue", "rct1.pathsurface.queue.red",
|
||||
|
||||
@@ -1281,7 +1281,7 @@ namespace RCT1
|
||||
"",
|
||||
"",
|
||||
|
||||
"rct1.pathsurface.tile.pink", // RCT1_FOOTPATH_TYPE_TILE_PINK
|
||||
"rct1.pathsurface.tile.brown", // RCT1_FOOTPATH_TYPE_TILE_BROWN
|
||||
"rct1.aa.pathsurface.tile.grey", // RCT1_FOOTPATH_TYPE_TILE_GRAY
|
||||
"rct1.ll.pathsurface.tile.red", // RCT1_FOOTPATH_TYPE_TILE_RED
|
||||
"rct1.ll.pathsurface.tile.green", // RCT1_FOOTPATH_TYPE_TILE_GREEN
|
||||
|
||||
Reference in New Issue
Block a user