From a905dab9d17e8f0805bc2afe64336db892d33972 Mon Sep 17 00:00:00 2001
From: sajt <sajt@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Tue, 26 Jan 2010 23:42:17 +0000
Subject: [PATCH] fix compile error in visual c++

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9867 d7cf8633-e32d-0410-b094-e92efae38249
---
 ft2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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