From 560a89cfd380e7d2d59470fa045802cd97eb7429 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Mon, 30 Nov 2020 09:09:21 -0700 Subject: [PATCH] Fix using the wrong tile for the railroad switch --- js/tileset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tileset.js b/js/tileset.js index a792bbf..6108965 100644 --- a/js/tileset.js +++ b/js/tileset.js @@ -515,7 +515,7 @@ export const CC2_TILESET_LAYOUT = { ew: [4, 30], ns: [5, 30], }, - railroad_switch: [6, 31], + railroad_switch: [6, 30], railroad_inactive: { ne: [7, 30], se: [8, 30],