From: Rudolf Polzer Date: Wed, 14 Sep 2011 09:32:03 +0000 (+0200) Subject: next config version bump to fix possible freetype issues X-Git-Tag: xonotic-v0.6.0~40^2~140 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5f50ee305a2c70b96031c37f9fdb0633cfd526a4;p=xonotic%2Fxonotic-data.pk3dir.git next config version bump to fix possible freetype issues --- 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