mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
changed bool to qboolean
This commit is contained in:
parent
00b62b6027
commit
2c4fd68252
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue