From 20f49f515b91820ee70c47f629d260c93d8e031a Mon Sep 17 00:00:00 2001 From: Yamagi Burmeister Date: Sat, 3 Feb 2018 08:36:07 +0100 Subject: [PATCH] Don't compare a qboolean against an integer. That only works by accident. --- src/client/refresh/soft/sw_alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/refresh/soft/sw_alias.c b/src/client/refresh/soft/sw_alias.c index 9edb4ff0..a58310c6 100644 --- a/src/client/refresh/soft/sw_alias.c +++ b/src/client/refresh/soft/sw_alias.c @@ -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 };