Slightly modify savefile location and prompt
This commit is contained in:
parent
6188fd3be2
commit
b24bc2e606
4 changed files with 13 additions and 7 deletions
|
|
@ -40,7 +40,10 @@ save_game()
|
|||
mpos = 0;
|
||||
if (file_name[0] != '\0')
|
||||
{
|
||||
msg("Save file (%s)? ", file_name);
|
||||
if (use_savedir)
|
||||
msg("Save game? ");
|
||||
else
|
||||
msg("Save file (%s)? ", file_name);
|
||||
do
|
||||
{
|
||||
c = readchar(cw);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue