From 1b851fffc66f91fd3d393e70e0f9ee528005a5d6 Mon Sep 17 00:00:00 2001 From: jsm Date: Tue, 15 Feb 2005 12:58:21 +0000 Subject: Don't presume phantasia's internal bool (char) is the same as that in curses.h: define phbool and use it where necessary to avoid declaring functions with one bool and defining them with the other. Reviewed by . --- phantasia/interplayer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phantasia/interplayer.c') diff --git a/phantasia/interplayer.c b/phantasia/interplayer.c index e10747d2..3cb786c0 100644 --- a/phantasia/interplayer.c +++ b/phantasia/interplayer.c @@ -1,4 +1,4 @@ -/* $NetBSD: interplayer.c,v 1.8 2004/04/11 13:35:06 he Exp $ */ +/* $NetBSD: interplayer.c,v 1.9 2005/02/15 12:58:21 jsm Exp $ */ /* * interplayer.c - player to player routines for Phantasia @@ -539,7 +539,7 @@ tampered(what, arg1, arg2) void userlist(ingameflag) - bool ingameflag; + phbool ingameflag; { int numusers = 0; /* number of users on file */ -- cgit v1.2.3-56-ge451