mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
fix latest gcc builds (#19)
Co-authored-by: Danny Parker <DannyParker0001@users.noreply.github.com>
This commit is contained in:
@@ -972,7 +972,7 @@ void DebugDrawLightmapAtCrossHair()
|
||||
IMaterial *pMaterial;
|
||||
int lightmapPageSize[2];
|
||||
|
||||
if( s_CrossHairSurfID <= 0 )
|
||||
if( s_CrossHairSurfID <= (SurfaceHandle_t)0 )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user