mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-01 01:25:38 +03:00
Fixed #46
This commit is contained in:
parent
9bbb2537c5
commit
9d3e472762
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user