use standard C bool type:

get rid of qfalse, qtrue aliases everywhere
replace qboolean in q3map2, q3data
redefine qboolean type in q2 tools, mbspc
This commit is contained in:
Garux
2020-01-24 02:47:33 +03:00
parent e5d040a770
commit eb70faddc8
112 changed files with 2476 additions and 2577 deletions

View File

@@ -136,4 +136,4 @@ typedef struct
#define _3DS_CHUNK_KEYFRAME_DATA 0xb000
void _3DS_LoadPolysets( const char *filename, polyset_t **ppPSET, int *numpsets, qboolean verbose );
void _3DS_LoadPolysets( const char *filename, polyset_t **ppPSET, int *numpsets, bool verbose );