mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-19 15:01:13 +00:00
------------------------------------------------------------------------
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
This commit is contained in:
parent
92013a7919
commit
5626a953f7
1 changed files with 2 additions and 0 deletions
|
@ -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;"
|
||||
|
|
Loading…
Reference in a new issue