X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fdpdefs%2Fpost.qh;h=70e5f378422af7850a91ec65cf8857d6c61ae0d8;hb=0c2c39ce6db5e7c4ba77c6bbab8b2db90e0eb36e;hp=9419dceea18aafb7f8e75f1063b0ab8a3d79c523;hpb=05ee5b1212a6537e5c5acb76dbc1ef9df40f85c6;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