rogue4: fix restoring saved games on Windows/MinGW.
This commit is contained in:
parent
be61b1a69e
commit
832d685d60
2 changed files with 3 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue