pr_cmds.c (PF_traceline): Added a FIXME note about the NaN issue with certain progs.dat

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@278 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-08-14 21:02:31 +00:00
parent b800f8ff69
commit 2808f8893b

View file

@ -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])) {