From: sajt Date: Tue, 26 Jan 2010 23:42:17 +0000 (+0000) Subject: fix compile error in visual c++ X-Git-Tag: xonotic-v0.1.0preview~230^2~602 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a905dab9d17e8f0805bc2afe64336db892d33972;p=xonotic%2Fdarkplaces.git fix compile error in visual c++ git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9867 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/ft2.c b/ft2.c index 1c5f0a06..94aa88d7 100644 --- 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}; /* ====================