From: havoc Date: Wed, 14 Jan 2009 20:33:27 +0000 (+0000) Subject: forgot to include this file, fixes PBLEND_INVMOD error X-Git-Tag: xonotic-v0.1.0preview~1942 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7ba4b8e30d5426fe78d103defe072e1982aad8d6;p=xonotic%2Fdarkplaces.git forgot to include this file, fixes PBLEND_INVMOD error git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8650 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/client.h b/client.h index 6c3f46ac..b72370be 100644 --- 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;