]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Restore tracebox removed in cc188c9339 as it's neccessary but with the correct entity...
authorterencehill <piuntn@gmail.com>
Mon, 31 Jul 2017 18:52:38 +0000 (20:52 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 31 Jul 2017 18:52:38 +0000 (20:52 +0200)
qcsrc/common/triggers/trigger/jumppads.qc

index 5a24bca66903a81ec567534bb1e085cb518d7b26..4079232be4a40f90085e38ddab94237dbe6cd456 100644 (file)
@@ -300,6 +300,7 @@ bool trigger_push_testorigin(entity e, entity targ, entity jp, vector org)
                        }
                }
        }
+       tracebox(trace_endpos, e.mins, e.maxs, trace_endpos - eZ * 1500, true, e);
        return true;
 }
 #endif