mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 22:40:50 +00:00
Don't compare a qboolean against an integer.
That only works by accident.
This commit is contained in:
parent
21fcb48565
commit
20f49f515b
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Reference in a new issue