Don't compare a qboolean against an integer.

That only works by accident.
This commit is contained in:
Yamagi Burmeister 2018-02-03 08:36:07 +01:00
parent 21fcb48565
commit 20f49f515b

View file

@ -169,7 +169,7 @@ R_AliasCheckFrameBBox( daliasframe_t *frame, float worldxf[3][4] )
return BBOX_MUST_CLIP_XY;
}
static qboolean
static int
R_AliasCheckBBox (void)
{
unsigned long ccodes[2] = { 0, 0 };