2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-17 00:58:18 +03:00

Merge pull request #47 from dreamstalker/_46

Fixed #46
This commit is contained in:
theAsmodai 2015-07-04 22:01:22 +03:00
commit 4ba52d1d01

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)
{