summaryrefslogtreecommitdiff
path: root/source/gl_state.c
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2008-02-28 12:09:10 +0000
committerAndrey Nazarov <skuller@skuller.net>2008-02-28 12:09:10 +0000
commitbf6d45c620f098c84d602e9347bc7cf457c38b5a (patch)
treeec075676ff09467ea910c51fb45fb37185a1ddf3 /source/gl_state.c
parent4034314816f7ec9e26c9b9bfc2630c8ca0a24874 (diff)
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.
Diffstat (limited to 'source/gl_state.c')
-rw-r--r--source/gl_state.c1
1 files changed, 1 insertions, 0 deletions
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 );
}