1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Fixes none generation of tracks.idx. This is not how rct2 does it

This commit is contained in:
Duncan Frost
2014-11-02 15:48:18 +00:00
parent eb35bd508c
commit c6bda25ddf

View File

@@ -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;