From 96c2a1d81f21303e9f6a0c19d7b9181e7a05f066 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Wed, 21 Apr 2021 13:54:40 +0200 Subject: [PATCH] Rename pink tiles to brown tiles --- src/openrct2/rct1/RCT1.h | 2 +- src/openrct2/rct1/S4Importer.cpp | 2 +- src/openrct2/rct1/Tables.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/openrct2/rct1/RCT1.h b/src/openrct2/rct1/RCT1.h index 3e759b6ce8..332286c5de 100644 --- a/src/openrct2/rct1/RCT1.h +++ b/src/openrct2/rct1/RCT1.h @@ -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, diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index 08dc85b5cc..29f658b4e8 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -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", diff --git a/src/openrct2/rct1/Tables.cpp b/src/openrct2/rct1/Tables.cpp index 44a47541a1..50021b319e 100644 --- a/src/openrct2/rct1/Tables.cpp +++ b/src/openrct2/rct1/Tables.cpp @@ -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