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

@@ -1111,7 +1111,7 @@ $(INSTALLDIR)/heretic2/h2data.$(EXE): \
libl_net.$(A) \
$(if $(findstring $(OS),Win32),icons/h2data.o,) \
$(INSTALLDIR)/mbspc.$(EXE): CPPFLAGS_EXTRA := -Wstrict-prototypes -DNDEBUG -DBSPC -DBSPCINCLUDE
$(INSTALLDIR)/mbspc.$(EXE): CPPFLAGS_EXTRA := -Wstrict-prototypes -DNDEBUG -DBSPC -DBSPCINCLUDE -Ilibs
$(INSTALLDIR)/mbspc.$(EXE): \
tools/mbspc/botlib/be_aas_bspq3.o \
tools/mbspc/botlib/be_aas_cluster.o \