]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/spec.c
new colorbars program from Nathanial Sloss
[bsdgames-darwin.git] / monop / spec.c
index d562bb59c19bd564af0c0632d3768fcd0c0cb5c0..3ff323d995ef34df7b4424b280f2db60d2ffb2cf 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: spec.c,v 1.8 2008/02/19 10:46:21 dholland Exp $        */
+/*     $NetBSD: spec.c,v 1.10 2008/02/24 01:57:34 dholland Exp $       */
 
 /*
  * Copyright (c) 1980, 1993
 #if 0
 static char sccsid[] = "@(#)spec.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: spec.c,v 1.8 2008/02/19 10:46:21 dholland Exp $");
+__RCSID("$NetBSD: spec.c,v 1.10 2008/02/24 01:57:34 dholland Exp $");
 #endif
 #endif /* not lint */
 
-#include "monop.ext"
+#include "monop.h"
+#include "deck.h"
 
 static const char      *const perc[]   = {
        "10%", "ten percent", "%", "$200", "200", 0
@@ -52,7 +53,7 @@ inc_tax()
 {
        int worth, com_num;
 
-       com_num = getinp("Do you wish to lose 10%% of your total worth or "
+       com_num = getinp("Do you wish to lose 10% of your total worth or "
            "$200? ", perc);
        worth = cur_p->money + prop_worth(cur_p);
        printf("You were worth $%d", worth);