1
0
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:
Gymnasiast
2021-04-21 13:54:40 +02:00
parent d742290794
commit 96c2a1d81f
3 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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",

View File

@@ -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