mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Erm... Yeah, make sure it's kept accuratly.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@766 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
666dc1efbe
commit
8a8240eeac
1 changed files with 3 additions and 0 deletions
|
@ -373,6 +373,9 @@ qboolean DDRAW_Init(rendererstate_t *info, unsigned char **ppbuffer, int *ppitch
|
||||||
|
|
||||||
vid_palettized = true;
|
vid_palettized = true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
vid_palettized = false;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** lock the back buffer
|
** lock the back buffer
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue