From bf6d45c620f098c84d602e9347bc7cf457c38b5a Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Thu, 28 Feb 2008 12:09:10 +0000 Subject: Do not spam dedicated server console with heartbeats. Added autocompletion of options for some commands. Made logfile_prefix not empty by default. Re-enabled `anti-kick' exploit fix. --- source/gl_state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/gl_state.c') diff --git a/source/gl_state.c b/source/gl_state.c index 64e3ca9..9f74f99 100644 --- a/source/gl_state.c +++ b/source/gl_state.c @@ -262,6 +262,7 @@ void GL_SetDefaultState( void ) { qglEnableClientState( GL_TEXTURE_COORD_ARRAY ); GL_SelectTMU( 0 ); + GL_BindTexture( 0 ); qglEnable( GL_TEXTURE_2D ); GL_Bits( GLS_DEFAULT ); } -- cgit v1.2.3