summaryrefslogtreecommitdiff
path: root/games/cribbage/cribbage.h
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2001-08-10 23:50:23 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2001-08-10 23:50:23 +0000
commit061fdc3f48491abc4b4f22bb6107678c71170609 (patch)
tree9656542c7e3320eb49c8daab78b02c32788ce8e6 /games/cribbage/cribbage.h
parentbf242e276aac1e0bd76102f66c47f225bc1b4319 (diff)
-m option for muggins
better user input parsing man page tidying and syncing of rules to Hoyle's typo and context correction in "Hoyle's" transcription
Diffstat (limited to 'games/cribbage/cribbage.h')
-rw-r--r--games/cribbage/cribbage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cribbage/cribbage.h b/games/cribbage/cribbage.h
index e94d70faaf7..b8310db4fa4 100644
--- a/games/cribbage/cribbage.h
+++ b/games/cribbage/cribbage.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cribbage.h,v 1.2 1999/11/29 06:42:20 millert Exp $ */
+/* $OpenBSD: cribbage.h,v 1.3 2001/08/10 23:50:22 pjanzen Exp $ */
/* $NetBSD: cribbage.h,v 1.3 1995/03/21 15:08:46 cgd Exp $ */
/*
@@ -56,6 +56,7 @@ extern int Lastscore[2]; /* previous score for each */
extern bool iwon; /* if comp won last */
extern bool explain; /* player mistakes explained */
+extern bool muggins; /* player mistakes exploited */
extern bool rflag; /* if all cuts random */
extern bool quiet; /* if suppress random mess */
extern bool playing; /* currently playing game */