mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
EnsureOverLadder: Fixed trace
This commit is contained in:
parent
e52ce2101c
commit
1b98da13a4
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue