]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
forgot to include this file, fixes PBLEND_INVMOD error
[xonotic/darkplaces.git] / client.h
index 6c3f46ac2b7ccc59dc4e360f136556cc4e229d33..b72370be297397f9efc9876c7d38a58903a99416 100644 (file)
--- a/client.h
+++ b/client.h
@@ -642,7 +642,7 @@ typedef enum
 {
        PBLEND_ALPHA = 0,
        PBLEND_ADD = 1,
-       PBLEND_MOD = 2
+       PBLEND_INVMOD = 2
 }
 pblend_t;