diff --git a/CMakeLists.txt b/CMakeLists.txt
index 875cfab1c9..33fa31a1c7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -64,9 +64,9 @@ set(TITLE_SEQUENCE_VERSION "0.4.6")
set(TITLE_SEQUENCE_URL "https://github.com/OpenRCT2/title-sequences/releases/download/v${TITLE_SEQUENCE_VERSION}/title-sequences.zip")
set(TITLE_SEQUENCE_SHA1 "80fefc6ebbabc42a6f4703412daa5c62f661420d")
-set(OBJECTS_VERSION "1.3.11")
+set(OBJECTS_VERSION "1.3.12")
set(OBJECTS_URL "https://github.com/OpenRCT2/objects/releases/download/v${OBJECTS_VERSION}/objects.zip")
-set(OBJECTS_SHA1 "02ddf6c685a2da8bac98a57b34be95d63192443d")
+set(OBJECTS_SHA1 "28f8d0d6034fe7cb0886f6982ba44c513646857c")
set(OPENSFX_VERSION "1.0.3")
set(OPENSFX_URL "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v${OPENSFX_VERSION}/opensound.zip")
diff --git a/openrct2.proj b/openrct2.proj
index 857bd27b65..eba24a0a17 100644
--- a/openrct2.proj
+++ b/openrct2.proj
@@ -45,8 +45,8 @@
bd338aa3da9a357fb996dcaa6cea02c4f906718c
https://github.com/OpenRCT2/title-sequences/releases/download/v0.4.6/title-sequences.zip
80fefc6ebbabc42a6f4703412daa5c62f661420d
- https://github.com/OpenRCT2/objects/releases/download/v1.3.11/objects.zip
- 02ddf6c685a2da8bac98a57b34be95d63192443d
+ https://github.com/OpenRCT2/objects/releases/download/v1.3.12/objects.zip
+ 28f8d0d6034fe7cb0886f6982ba44c513646857c
https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.3/opensound.zip
ffec5a97bd5035860c4c9a43fe32cf51886478e3
https://github.com/OpenRCT2/OpenMusic/releases/download/v1.5/openmusic.zip
diff --git a/src/openrct2/rct1/Tables.cpp b/src/openrct2/rct1/Tables.cpp
index beca22d534..247da72c05 100644
--- a/src/openrct2/rct1/Tables.cpp
+++ b/src/openrct2/rct1/Tables.cpp
@@ -1278,7 +1278,7 @@ namespace RCT1
"",
"",
- "rct2.footpath_surface.road", // RCT1_FOOTPATH_TYPE_ROAD
+ "rct1.footpath_surface.road", // RCT1_FOOTPATH_TYPE_ROAD
"",
"",
"",
diff --git a/src/openrct2/rct2/RCT2.cpp b/src/openrct2/rct2/RCT2.cpp
index 4c1d1aa03f..e90bc27fde 100644
--- a/src/openrct2/rct2/RCT2.cpp
+++ b/src/openrct2/rct2/RCT2.cpp
@@ -216,6 +216,7 @@ namespace RCT2
"rct2.footpath_railings.concrete" },
{ "PATHCRZY", "rct1ll.footpath_surface.tiles_green", "rct1aa.footpath_surface.queue_green",
"rct2.footpath_railings.concrete" },
+ { "ROAD ", "rct1.footpath_surface.road", "rct1.footpath_surface.queue_blue", "rct2.footpath_railings.wood" },
// Custom path mapping
{ "PATHINVS", "openrct2.footpath_surface.invisible", "openrct2.footpath_surface.queue_invisible",