fix autosave bug, fixes #855

This commit is contained in:
IntelOrca 2015-02-24 00:30:25 +00:00
parent c94962f370
commit 5912b412c7
1 changed files with 1 additions and 1 deletions

View File

@ -802,7 +802,7 @@ void game_autosave()
platform_get_user_directory(path, "save");
strcat(path, "autosave.sv6");
scenario_save(path, 0);
scenario_save(path, 0x80000000);
}
/**