2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-01 01:25:38 +03:00
This commit is contained in:
asmodai 2015-07-04 22:00:08 +03:00
parent 9bbb2537c5
commit 9d3e472762

View File

@ -1194,7 +1194,12 @@ void SV_ClipToLinks(areanode_t *node, moveclip_t *clip)
Sys_Error("Trigger in clipping list");
if (gNewDLLFunctions.pfnShouldCollide && !gNewDLLFunctions.pfnShouldCollide(touch, clip->passedict))
#ifdef REHLDS_FIXES
// https://github.com/dreamstalker/rehlds/issues/46
continue;
#else
return;
#endif
if (touch->v.solid == SOLID_BSP)
{