]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/jail.c
Use __dead and __printflike instead of __attribute__.
[bsdgames-darwin.git] / monop / jail.c
index 8aa5360b3df8d033a077372c3a09f11a41065c52..917b7a0a82e88814dbc88f7f38492e41da4d31fe 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: jail.c,v 1.5 1999/08/21 10:40:03 simonb Exp $  */
+/*     $NetBSD: jail.c,v 1.9 2008/02/24 01:57:34 dholland Exp $        */
 
 /*
  * Copyright (c) 1980, 1993
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
 #if 0
 static char sccsid[] = "@(#)jail.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: jail.c,v 1.5 1999/08/21 10:40:03 simonb Exp $");
+__RCSID("$NetBSD: jail.c,v 1.9 2008/02/24 01:57:34 dholland Exp $");
 #endif
 #endif /* not lint */
 
-#include "monop.ext"
+#include "monop.h"
 
 /*
  *     This routine uses a get-out-of-jail-free card to get the
@@ -64,21 +60,6 @@ card()
        cur_p->in_jail = 0;
 }
 
-/*
- *     This routine returns the players get-out-of-jail-free card
- * to a deck.
- */
-void
-ret_card(plr)
-       PLAY *plr;
-{
-       plr->num_gojf--;
-       if (CC_D.gojf_used)
-               CC_D.gojf_used = FALSE;
-       else
-               CH_D.gojf_used = FALSE;
-}
-
 /*
  *     This routine deals with paying your way out of jail.
  */
@@ -116,8 +97,7 @@ moveit:
                        return TRUE;
                }
                return FALSE;
-       }
-       else {
+       } else {
                printf("Double roll gets you out.\n");
                goto moveit;
        }