aboutsummaryrefslogtreecommitdiff
path: root/games/mille/misc.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1998-04-01 06:14:35 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1998-04-01 06:14:35 +0000
commit847f3e63624cfe7932172403fa290e4f1b5c8eb5 (patch)
tree1d737efc8861f841d9dc7c5a27e20c0552ab12c6 /games/mille/misc.c
parent5068b469d978f1a3e1fcf47ad9f3d544aef857e2 (diff)
downloadsrc-847f3e63624cfe7932172403fa290e4f1b5c8eb5.tar.gz
src-847f3e63624cfe7932172403fa290e4f1b5c8eb5.zip
Add Id.
Notes
Notes: svn path=/head/; revision=34980
Diffstat (limited to 'games/mille/misc.c')
-rw-r--r--games/mille/misc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/mille/misc.c b/games/mille/misc.c
index 28e175e074ae..5f1233e538e7 100644
--- a/games/mille/misc.c
+++ b/games/mille/misc.c
@@ -215,7 +215,9 @@ register int promptno; {
* came from a saved file, make sure that they don't want to restore
* it. Exit appropriately.
*/
-check_more() {
+void
+check_more()
+{
On_exit = TRUE;
if (Player[PLAYER].total >= 5000 || Player[COMP].total >= 5000)