From d88ef5e4c266faf0d302775f8a11920eb1ca006f Mon Sep 17 00:00:00 2001 From: Ted John Date: Sat, 30 Apr 2016 21:50:15 +0100 Subject: [PATCH] rename track list to track design index --- openrct2.vcxproj | 2 +- src/ride/{track_list.c => track_design_index.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/ride/{track_list.c => track_design_index.c} (100%) diff --git a/openrct2.vcxproj b/openrct2.vcxproj index 0edaee5ecb..fc17260493 100644 --- a/openrct2.vcxproj +++ b/openrct2.vcxproj @@ -183,7 +183,7 @@ - + diff --git a/src/ride/track_list.c b/src/ride/track_design_index.c similarity index 100% rename from src/ride/track_list.c rename to src/ride/track_design_index.c