X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fpost.qh;h=70e5f378422af7850a91ec65cf8857d6c61ae0d8;hb=a1cc85f6215fdcbdc12e72f6e54ae88dc7b06ecb;hp=16fd93450332e44fa0952d7003f6c50fb1fc6b03;hpb=e424ba544c41fc40b241b17bd7c1d9c2fc930705;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/post.qh b/qcsrc/dpdefs/post.qh index 16fd93450..70e5f3784 100644 --- a/qcsrc/dpdefs/post.qh +++ b/qcsrc/dpdefs/post.qh @@ -11,8 +11,8 @@ #undef setcolor #ifdef MENUQC - #define NULL (0, null_entity) + #define NULL (RVALUE, null_entity) #define world NULL #else - #define NULL (0, world) + #define NULL (RVALUE, world) #endif