diff --git a/src/ride/TrackDesignRepository.cpp b/src/ride/TrackDesignRepository.cpp index 4b5da2654b..5e6660d81a 100644 --- a/src/ride/TrackDesignRepository.cpp +++ b/src/ride/TrackDesignRepository.cpp @@ -153,7 +153,7 @@ public: utf8 newPath[MAX_PATH]; Path::GetDirectory(newPath, sizeof(newPath), path); Path::Append(newPath, sizeof(newPath), newName); - Path::Append(newPath, sizeof(newPath), ".td6"); + Path::Append(newPath, sizeof(newPath), Path::GetExtension(path)); if (platform_file_move(path, newPath)) {