From 6f7dfb00aab76695cf3687766329e33f6e593cf6 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Mon, 1 Jan 2018 01:01:12 +0100 Subject: [PATCH] Fix duplicated line --- src/openrct2/rct1/S4Importer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/rct1/S4Importer.cpp b/src/openrct2/rct1/S4Importer.cpp index eede0fa8a2..3850af5bd0 100644 --- a/src/openrct2/rct1/S4Importer.cpp +++ b/src/openrct2/rct1/S4Importer.cpp @@ -1025,7 +1025,6 @@ private: // In RCT1 and AA, the maze was always hedges. // LL has 4 types, like RCT2. For LL, only guard against invalid values. if (dst->type == RIDE_TYPE_MAZE) - if (dst->type == RIDE_TYPE_MAZE) { if (_gameVersion < FILE_VERSION_RCT1_LL || src->track_colour_supports[0] > 3) dst->track_colour_supports[0] = MAZE_WALL_TYPE_HEDGE;