Removed '.TD6' part from being added automatically when saving a new track

This commit is contained in:
Hielke Morsink 2015-11-29 16:45:02 +01:00
parent 5ca371c5c5
commit 415f55d38d
1 changed files with 0 additions and 2 deletions

View File

@ -3039,8 +3039,6 @@ int save_track_design(uint8 rideIndex){
char path[MAX_PATH];
subsitute_path(path, RCT2_ADDRESS(RCT2_ADDRESS_TRACKS_PATH, char), track_name);
strcat(path, ".TD6");
// Save track design
format_string(RCT2_ADDRESS(0x141ED68, char), 2306, NULL);