1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Improve wall conversion

This commit is contained in:
Gymnasiast
2016-02-26 01:46:08 +01:00
parent adde88ca92
commit 49e2e8d46d

View File

@@ -1377,6 +1377,7 @@ static const rct_object_entry RCT1DefaultObjectsWall[] = {
{ 0x00000083, { "WSW " }, 0 },
{ 0x00000083, { "WSWG " }, 0 },
{ 0x00000083, { "WMW " }, 0 },
{ 0x00000083, { "WALLGL16" }, 0 },
{ 0x00000083, { "WFW1 " }, 0 },
{ 0x00000083, { "WFWG " }, 0 },
{ 0x00000083, { "WPW1 " }, 0 },
@@ -1391,6 +1392,8 @@ static const rct_object_entry RCT1DefaultObjectsWall[] = {
{ 0x00000083, { "WBW " }, 0 },
{ 0x00000083, { "WBR1 " }, 0 },
{ 0x00000083, { "WBRG " }, 0 },
{ 0x00000083, { "WALLCFAR" }, 0 }, // Should be white wooden fence
{ 0x00000083, { "WALLPOST" }, 0 }, // Should be red wooden fence
{ 0x00000083, { "WBR2 " }, 0 },
{ 0x00000083, { "WBR3 " }, 0 },
{ 0x00000083, { "WPW3 " }, 0 },
@@ -1432,7 +1435,6 @@ static const rct_object_entry RCT1DefaultObjectsWall[] = {
{ 0x00000083, { "WALLCB16" }, 0 },
{ 0x00000083, { "WALLCB32" }, 0 },
{ 0x00000083, { "WALLGL8 " }, 0 },
{ 0x00000083, { "WALLGL16" }, 0 },
{ 0x00000083, { "WALLGL32" }, 0 },
{ 0x00000083, { "WALLWD8 " }, 0 },
{ 0x00000083, { "WALLWD16" }, 0 },