]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
don't use pp = {};
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 26 Jan 2010 23:51:37 +0000 (23:51 +0000)
committerRudolf Polzer <rpolzer@nb-04.(none)>
Wed, 27 Jan 2010 06:16:46 +0000 (07:16 +0100)
don't use pp = {0};
use pp;

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9869 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=92b2013a87c2bd0e3733f0667e2b633db5ebccba

ft2.c

diff --git a/ft2.c b/ft2.c
index 94aa88d7f117a6a73c60d535b4669592b7fd4f8c..f96322ca63290a52a33f5329d125225fba7433f6 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 = {0};
+static font_postprocess_t pp;
 
 /*
 ====================