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;