1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00
This commit is contained in:
zsilencer
2015-07-19 12:38:29 -06:00
parent 083625467a
commit c0354fb16a

View File

@@ -833,9 +833,6 @@ void game_autosave()
platform_get_user_directory(path, "save");
strcat(path, "autosave.sv6");
strcpy(gScenarioSaveName, path_get_filename(path));
path_remove_extension(gScenarioSaveName);
SDL_RWops* rw = platform_sdl_rwfromfile(path, "wb+");
if (rw != NULL) {
scenario_save(rw, 0x80000000);