From 5f50ee305a2c70b96031c37f9fdb0633cfd526a4 Mon Sep 17 00:00:00 2001
From: Rudolf Polzer <divverent@alientrap.org>
Date: Wed, 14 Sep 2011 11:32:03 +0200
Subject: [PATCH] next config version bump to fix possible freetype issues

---
 config_update.cfg | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/config_update.cfg b/config_update.cfg
index 4197bb34f..a99803136 100644
--- a/config_update.cfg
+++ b/config_update.cfg
@@ -16,9 +16,12 @@ alias _update_configversion_4 "snd_entchannel0volume 1; snd_entchannel1volume 1;
 // fix for common broken config for unknown reason
 alias _update_configversion_5 "r_shadow_realtime_world_lightmaps 1; _update_configversion_6"
 
+// some people have freetype issues, weird
+alias _update_configversion_6 "r_font_disable_freetype 0; utf8_enable 1; _update_configversion_7"
+
 // place to put further updates
-alias _update_configversion_6 ""
+alias _update_configversion_7 ""
 
 _update_configversion_$g_configversion
 
-set g_configversion 6
+set g_configversion 7
-- 
2.39.5