xrogue: add an exit prompt.
This gives the player a chance to see the high score list when playing via dgamelaunch.
This commit is contained in:
parent
e3620a3781
commit
faa24df096
1 changed files with 6 additions and 0 deletions
|
|
@ -554,6 +554,12 @@ short monst;
|
||||||
else printf("\n");
|
else printf("\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (flags != SCOREIT)
|
||||||
|
{
|
||||||
|
printf("\n[Press return to exit]");
|
||||||
|
fflush(stdout);
|
||||||
|
fgets(prbuf,80,stdin);
|
||||||
|
}
|
||||||
/* if (prflags == EDITSCORE) endwin();*/ /* End editing windowing */
|
/* if (prflags == EDITSCORE) endwin();*/ /* End editing windowing */
|
||||||
}
|
}
|
||||||
fseek(outf, 0L, SEEK_SET);
|
fseek(outf, 0L, SEEK_SET);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue