rogue4: fix restoring saved games on Windows/MinGW.

This commit is contained in:
John "Elwin" Edwards 2014-05-09 07:52:02 -07:00
parent be61b1a69e
commit 832d685d60
2 changed files with 3 additions and 3 deletions

View file

@ -276,7 +276,7 @@ char **envp;
#ifdef WIZARD
!wizard &&
#endif
md_unlink(file) < 0)
md_unlink_open_file(file, inf) < 0)
{
endwin();
printf("Cannot unlink file\n");