X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fpost.qh;h=70e5f378422af7850a91ec65cf8857d6c61ae0d8;hb=1f9714e90734b6c44be39fa9140837862bd52f5b;hp=9419dceea18aafb7f8e75f1063b0ab8a3d79c523;hpb=4d9a40898926a8da83b788f9a862f35cdd4c8905;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/dpdefs/post.qh b/qcsrc/dpdefs/post.qh index 9419dceea..70e5f3784 100644 --- a/qcsrc/dpdefs/post.qh +++ b/qcsrc/dpdefs/post.qh @@ -8,10 +8,11 @@ #undef objerror #undef remove #undef walkmove +#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