X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Flib%2Fdeglobalization.qh;h=88999805749df5edccb27b3b720ac4467cbe25f7;hb=5f3fd912090c6369e5be3451f24fbef724264e06;hp=21f303a3e0bea19fd89393603f81f4ccd306ea9c;hpb=059d82014ec912fe0d63f48caee5e1a53e405201;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/lib/deglobalization.qh b/qcsrc/lib/deglobalization.qh index 21f303a3e..889998057 100644 --- a/qcsrc/lib/deglobalization.qh +++ b/qcsrc/lib/deglobalization.qh @@ -37,6 +37,7 @@ STATIC_INIT(globals) { /// Same as the `makevectors` builtin but uses the provided locals instead of the `v_*` globals. /// Always use this instead of raw `makevectors` to make the data flow clear. +/// Note that you might prefer `FIXED_MAKE_VECTORS` for new code. #define MAKE_VECTORS(angles, forward, right, up) MACRO_BEGIN { \ _makevectors_hidden(angles); \ GET_V_GLOBALS(forward, right, up); \