From 5626a953f789ab389ad8bd3f2dbb32e73238723b Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 12 Mar 2013 22:37:03 +0000 Subject: [PATCH] ------------------------------------------------------------------------ r4178 | acceptthis | 2013-01-27 04:42:45 +0000 (Sun, 27 Jan 2013) | 1 line make gl_blendsprites off in the faithful preset and below. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4176 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/m_options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/m_options.c b/engine/client/m_options.c index 8fccace52..b8660324f 100644 --- a/engine/client/m_options.c +++ b/engine/client/m_options.c @@ -425,6 +425,7 @@ const char *presetexec[] = // 286 options (also the first commands to be execed in the chain) "m_preset_chosen 1;" "gl_texturemode nn;" + "gl_blendsprites 0;" "r_particlesystem null;" "r_particledesc \"\";" "r_stains 0;" @@ -489,6 +490,7 @@ const char *presetexec[] = "gl_specular 1;" "r_loadlit 2;" "r_waterstyle 2;" + "gl_blendsprites 1;" // "r_fastsky -1;" "r_shadow_realtime_dlight 1;" "gl_detail 1;"