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

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

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