]> de.git.xonotic.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)
committersajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 26 Jan 2010 23:42:17 +0000 (23:42 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9867 d7cf8633-e32d-0410-b094-e92efae38249

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};
 
 /*
 ====================