EnsureOverLadder: Fixed trace

This commit is contained in:
Ley0k 2016-08-02 16:54:22 +02:00
parent e52ce2101c
commit 1b98da13a4

View file

@ -3667,8 +3667,8 @@ void FuncLadder::EnsureOverLadder( Entity *pUser )
if( trace.startsolid || trace.allsolid )
{
trace = G_Trace( origin,
mins,
maxs,
pUser->mins,
pUser->maxs,
vPos,
pUser->edict,
MASK_PLAYERSOLID,