- Applied patch from Vincent S. Cojot to fix SDLGL loading.

This commit is contained in:
Jamie Wilkinson 2002-09-25 22:14:02 +00:00
parent dbc7d43cdd
commit 151941fa52
2 changed files with 4 additions and 0 deletions

1
THANKS
View file

@ -9,6 +9,7 @@ problems, suggesting various improvements or submitting actual code. Here is
a list of these people, alphabetically by surname. Help me keep it complete
and exempt of errors.
Vincent S. Cojot <coyote@step.polymtl.ca>
Bill Currie <taniwha@quakeforge.net>
'davoid' <davoid@softhome.net>
Eric Dorland <eric@debian.org>

View file

@ -82,6 +82,9 @@ static cvar_t *in_mouse;
static qboolean mlooking;
/* stencilbuffer shadows */
qboolean have_stencil = false;
// state struct passed in Init
static in_state_t *in_state;