[iortcw] 28/95: All: Default texturemode to Triliniar for Normal Preset

Simon McVittie smcv at debian.org
Fri Sep 8 10:41:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to tag 1.51
in repository iortcw.

commit fc03d94c80b8a7650abb9d4993bc57d8a5342af9
Author: MAN-AT-ARMS <M4N4T4RMS at gmail.com>
Date:   Sun Feb 5 07:47:28 2017 -0500

    All: Default texturemode to Triliniar for Normal Preset
---
 MP/code/ui/ui_main.c | 2 +-
 SP/code/ui/ui_main.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MP/code/ui/ui_main.c b/MP/code/ui/ui_main.c
index 62d114b..5278626 100644
--- a/MP/code/ui/ui_main.c
+++ b/MP/code/ui/ui_main.c
@@ -4459,7 +4459,7 @@ static void UI_Update( const char *name ) {
 			trap_Cvar_SetValue( "r_inGameVideo", 1 );
 			trap_Cvar_SetValue( "cg_shadows", 1 );
 			trap_Cvar_SetValue( "cg_brassTime", 2500 );
-			trap_Cvar_Set( "r_texturemode", "GL_LINEAR_MIPMAP_NEAREST" );
+			trap_Cvar_Set( "r_texturemode", "GL_LINEAR_MIPMAP_LINEAR" );
 			trap_Cvar_SetValue( "r_ext_compressed_textures", 0 );
 			trap_Cvar_SetValue( "r_overBrightBits", 0 );
 			trap_Cvar_Set( "cl_renderer", "opengl1" );
diff --git a/SP/code/ui/ui_main.c b/SP/code/ui/ui_main.c
index 4aa1df1..91767cb 100644
--- a/SP/code/ui/ui_main.c
+++ b/SP/code/ui/ui_main.c
@@ -4503,7 +4503,7 @@ static void UI_Update( const char *name ) {
 			trap_Cvar_SetValue( "r_inGameVideo", 1 );
 			trap_Cvar_SetValue( "cg_shadows", 1 );
 			trap_Cvar_SetValue( "cg_brassTime", 2500 );
-			trap_Cvar_Set( "r_texturemode", "GL_LINEAR_MIPMAP_NEAREST" );
+			trap_Cvar_Set( "r_texturemode", "GL_LINEAR_MIPMAP_LINEAR" );
 			trap_Cvar_SetValue( "r_ext_compressed_textures", 0 );
 			trap_Cvar_SetValue( "r_overBrightBits", 0 );
 			trap_Cvar_Set( "cl_renderer", "opengl1" );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git



More information about the Pkg-games-commits mailing list