]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - phantasia/interplayer.c
Don't presume phantasia's internal bool (char) is the same as that in
[bsdgames-darwin.git] / phantasia / interplayer.c
index 53cd37bacd7c7bb6990bd8077d7b9934a0dc2d62..3cb786c071657f0ac2f0e27045f86e45fa915fc7 100644 (file)
@@ -1,10 +1,11 @@
-/*     $NetBSD: interplayer.c,v 1.7 2004/04/07 17:46:47 ross Exp $     */
+/*     $NetBSD: interplayer.c,v 1.9 2005/02/15 12:58:21 jsm Exp $      */
 
 /*
  * interplayer.c - player to player routines for Phantasia
  */
 
 #include "include.h"
+#undef bool
 #include <curses.h>
 
 void
@@ -538,7 +539,7 @@ tampered(what, arg1, arg2)
 
 void
 userlist(ingameflag)
-       bool    ingameflag;
+       phbool  ingameflag;
 {
        int     numusers = 0;   /* number of users on file */