X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fmenudefs.qh;h=c0e6d3ba728e738b5cc7f431e2025501df0278e4;hb=10c0e93c75ef6f408e3357bd5fb46c721e7e0576;hp=dce99cde598cbba758d4c3cb36fdc3db325a66ba;hpb=b272480aa87f05e4118dd91a9434f13c8984f594;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/menudefs.qh b/qcsrc/dpdefs/menudefs.qh index dce99cde5..c0e6d3ba7 100644 --- a/qcsrc/dpdefs/menudefs.qh +++ b/qcsrc/dpdefs/menudefs.qh @@ -8,6 +8,8 @@ #define TRUE _TRUE #define FALSE _FALSE +#define spawn _spawn + #include "upstream/menudefs.qc" #undef true @@ -15,6 +17,10 @@ #undef TRUE #undef FALSE +#undef spawn + +#define localcmd cmd + int(string str, string sub, int startpos) _strstrofs = #221; #define strstrofs _strstrofs int(string str, int ofs) _str2chr = #222;