From 2c4fd68252828b2eee77b81d33e5576ca2dd1897 Mon Sep 17 00:00:00 2001 From: Thad Ward Date: Tue, 4 Apr 2000 22:59:28 +0000 Subject: [PATCH] changed bool to qboolean --- common/vid_win.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/vid_win.c b/common/vid_win.c index 6f3fbaf..6218233 100644 --- a/common/vid_win.c +++ b/common/vid_win.c @@ -143,9 +143,9 @@ unsigned char vid_curpal[256*3]; unsigned short d_8to16table[256]; unsigned d_8to24table[256]; -int driver = grDETECT,mode; -bool useWinDirect = true, useDirectDraw = true; -MGLDC *mgldc = NULL,*memdc = NULL,*dibdc = NULL,*windc = NULL; +int driver = grDETECT,mode; +qboolean useWinDirect = true, useDirectDraw = true; +MGLDC *mgldc = NULL,*memdc = NULL,*dibdc = NULL,*windc = NULL; typedef struct { modestate_t type;