1
0
Fork 0
forked from fte/fteqw

small update

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4434 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-07-27 19:00:00 +00:00
parent 0fae92fec2
commit 50c2df12df

View file

@ -105,8 +105,6 @@ qboolean GLVID_Init(rendererstate_t *info, unsigned char *palette)
GLVID_SetPalette(palette);
vid.recalc_refdef = 1;
return true;
}