]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.c
fix compile error in visual c++
[xonotic/darkplaces.git] / 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};
 
 /*
 ====================