mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +00:00
- Applied patch from Vincent S. Cojot to fix SDLGL loading.
This commit is contained in:
parent
dbc7d43cdd
commit
151941fa52
2 changed files with 4 additions and 0 deletions
1
THANKS
1
THANKS
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue