From c6bda25ddffdec3b818c6688b190147709d1c262 Mon Sep 17 00:00:00 2001 From: Duncan Frost Date: Sun, 2 Nov 2014 15:48:18 +0000 Subject: [PATCH] Fixes none generation of tracks.idx. This is not how rct2 does it --- src/rct2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rct2.c b/src/rct2.c index 776fb73b59..54333779c6 100644 --- a/src/rct2.c +++ b/src/rct2.c @@ -229,6 +229,7 @@ void check_file_path(int pathId) { case PATH_ID_GAMECFG: case PATH_ID_SCORES: + case PATH_ID_TRACKSIDX: // Do nothing; these will be created later if they do not exist yet break;