]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
forgot to include this file, fixes PBLEND_INVMOD error
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 14 Jan 2009 20:33:27 +0000 (20:33 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 14 Jan 2009 20:33:27 +0000 (20:33 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8650 d7cf8633-e32d-0410-b094-e92efae38249

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;