mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-03-05 08:21:03 +00:00
tiny fix
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3939 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
de29dce680
commit
29cfd270b9
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ qboolean GLVID_Init (rendererstate_t *info, unsigned char *palette)
|
||||||
{
|
{
|
||||||
glctx = 1;
|
glctx = 1;
|
||||||
|
|
||||||
gl_canstencil = 8;
|
gl_stencilbits = 8;
|
||||||
|
|
||||||
pointermem = AllocVec(256, MEMF_ANY|MEMF_CLEAR);
|
pointermem = AllocVec(256, MEMF_ANY|MEMF_CLEAR);
|
||||||
if (pointermem)
|
if (pointermem)
|
||||||
|
|
Loading…
Reference in a new issue