X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fwarpzonelib%2Fcommon.qh;h=c79ee95d6e02d2d2062b8a35a987de07f0aca3cb;hp=e7cf23908eda0198025a0c5ebaf437b1eb890757;hb=e4715af2d04656465b64492ddf1c02ac1503ac43;hpb=be2428a92a8c3f81efabad5e066cbf68fc9d611c diff --git a/qcsrc/warpzonelib/common.qh b/qcsrc/warpzonelib/common.qh index e7cf23908..c79ee95d6 100644 --- a/qcsrc/warpzonelib/common.qh +++ b/qcsrc/warpzonelib/common.qh @@ -27,7 +27,7 @@ void WarpZone_MakeAllOther(); #define MOVE_NOTHING -1 entity WarpZone_trace_forent; // temp, callback is allowed to change it typedef void(vector start, vector hit, vector end) WarpZone_trace_callback_t; // called on every elementary trace -const var WarpZone_trace_callback_t WarpZone_trace_callback_t_null; +var WarpZone_trace_callback_t WarpZone_trace_callback_t_null; entity WarpZone_trace_transform; // transform accumulator during a trace entity WarpZone_trace_firstzone; // first warpzone hit by a trace (can differ from the requested zone in case of _ThroughZone, the trace is aborted then) entity WarpZone_trace_lastzone; // first warpzone hit by a trace (can differ from the requested zone in case of _ThroughZone, the trace is aborted then)