mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-25 07:44:38 +01:00
Merge pull request #1468 from PFCKrutonium/develop
Corrected tracks not having file extensions
This commit is contained in:
@@ -3036,6 +3036,8 @@ int save_track_design(uint8 rideIndex){
|
||||
return 1;
|
||||
}
|
||||
|
||||
path_set_extension(path, "TD6");
|
||||
|
||||
save_track_to_file(RCT2_ADDRESS(0x009D8178, rct_track_td6), path);
|
||||
|
||||
ride_list_item item = { .type = 0xFC, .entry_index = 0 };
|
||||
|
||||
Reference in New Issue
Block a user