From b432256ee8cb43f841c457f6d542c54fc98291e0 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 29 Mar 2014 19:41:10 +0000 Subject: don't declare own boolean type --- hunt/huntd/draw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hunt/huntd/draw.c') diff --git a/hunt/huntd/draw.c b/hunt/huntd/draw.c index f56d4748..61756211 100644 --- a/hunt/huntd/draw.c +++ b/hunt/huntd/draw.c @@ -1,4 +1,4 @@ -/* $NetBSD: draw.c,v 1.8 2009/08/12 07:42:11 dholland Exp $ */ +/* $NetBSD: draw.c,v 1.9 2014/03/29 19:41:10 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,7 +32,7 @@ #include #ifndef lint -__RCSID("$NetBSD: draw.c,v 1.8 2009/08/12 07:42:11 dholland Exp $"); +__RCSID("$NetBSD: draw.c,v 1.9 2014/03/29 19:41:10 dholland Exp $"); #endif /* not lint */ #include "hunt.h" @@ -312,7 +312,7 @@ showstat(PLAYER *pp) * unless he is cloaked. */ void -drawplayer(PLAYER *pp, FLAG draw) +drawplayer(PLAYER *pp, bool draw) { PLAYER *newp; int x, y; -- cgit v1.2.3