mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
pr_cmds.c (PF_traceline): Added a FIXME note about the NaN issue with certain progs.dat
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@278 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
78cbc8cc5f
commit
4bbc06e5c7
1 changed files with 1 additions and 0 deletions
|
@ -658,6 +658,7 @@ void PF_traceline (void)
|
|||
nomonsters = G_FLOAT(OFS_PARM2);
|
||||
ent = G_EDICT(OFS_PARM3);
|
||||
|
||||
/* FIXME FIXME FIXME: Why do we hit this with certain progs.dat ?? */
|
||||
if (developer.value) {
|
||||
if (IS_NAN(v1[0]) || IS_NAN(v1[1]) || IS_NAN(v1[2]) ||
|
||||
IS_NAN(v2[0]) || IS_NAN(v2[1]) || IS_NAN(v2[2])) {
|
||||
|
|
Loading…
Reference in a new issue