mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +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 short d_8to16table[256];
|
||||||
unsigned d_8to24table[256];
|
unsigned d_8to24table[256];
|
||||||
|
|
||||||
int driver = grDETECT,mode;
|
int driver = grDETECT,mode;
|
||||||
bool useWinDirect = true, useDirectDraw = true;
|
qboolean useWinDirect = true, useDirectDraw = true;
|
||||||
MGLDC *mgldc = NULL,*memdc = NULL,*dibdc = NULL,*windc = NULL;
|
MGLDC *mgldc = NULL,*memdc = NULL,*dibdc = NULL,*windc = NULL;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
modestate_t type;
|
modestate_t type;
|
||||||
|
|
Loading…
Reference in a new issue