Remember to delete .esv.ext file when deleting .esv file itself

git-svn-id: https://svn.eduke32.com/eduke32@7840 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-07-24 18:06:02 +00:00 committed by Christoph Oelckers
parent 28c778c8a3
commit 7c88548074
1 changed files with 2 additions and 0 deletions

View File

@ -461,6 +461,8 @@ void G_DeleteSave(savebrief_t const & sv)
} }
buildvfs_unlink(temp); buildvfs_unlink(temp);
Bstrcat(temp, ".ext");
buildvfs_unlink(temp);
} }
void G_DeleteOldSaves(void) void G_DeleteOldSaves(void)