mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-19 23:11:05 +00:00
Should fix the missing sheep on demo2.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3596 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6455e98327
commit
6fd01d9a2c
1 changed files with 2 additions and 2 deletions
|
@ -1957,8 +1957,8 @@ trace_t World_Move (world_t *w, vec3_t start, vec3_t mins, vec3_t maxs, vec3_t e
|
|||
World_ClipToLinks (w, w->areanodes, &clip );
|
||||
}
|
||||
|
||||
if (clip.trace.startsolid)
|
||||
clip.trace.fraction = 0;
|
||||
// if (clip.trace.startsolid)
|
||||
// clip.trace.fraction = 0;
|
||||
|
||||
if (!clip.trace.ent)
|
||||
return clip.trace;
|
||||
|
|
Loading…
Reference in a new issue