]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
fix compile error in visual c++
authorsajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 26 Jan 2010 23:42:17 +0000 (23:42 +0000)
committerRudolf Polzer <rpolzer@nb-04.(none)>
Wed, 27 Jan 2010 06:16:45 +0000 (07:16 +0100)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9867 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=a905dab9d17e8f0805bc2afe64336db892d33972

ft2.c

diff --git a/ft2.c b/ft2.c
index 1c5f0a06f5ece0437851a965ecc55d843c825236..94aa88d7f117a6a73c60d535b4669592b7fd4f8c 100644 (file)
--- a/ft2.c
+++ b/ft2.c
@@ -150,7 +150,7 @@ typedef struct
        unsigned char gausstable[2*POSTPROCESS_MAXRADIUS+1];
 }
 font_postprocess_t;
-static font_postprocess_t pp = {};
+static font_postprocess_t pp = {0};
 
 /*
 ====================