changed bool to qboolean

This commit is contained in:
Thad Ward 2000-04-04 22:59:28 +00:00
parent 00b62b6027
commit 2c4fd68252

View file

@ -144,7 +144,7 @@ unsigned short d_8to16table[256];
unsigned d_8to24table[256];
int driver = grDETECT,mode;
bool useWinDirect = true, useDirectDraw = true;
qboolean useWinDirect = true, useDirectDraw = true;
MGLDC *mgldc = NULL,*memdc = NULL,*dibdc = NULL,*windc = NULL;
typedef struct {