Sortof an 'I know' option. We don't have a builtin palette... Though DP does so we should probably expect the occasional problem.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@495 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-11-20 01:16:43 +00:00
parent 7a826c1cf6
commit 72c3b0e8b2

View file

@ -1107,7 +1107,7 @@ qboolean R_ApplyRenderer (rendererstate_t *newr)
if (!pcx || !ReadPCXPalette(pcx, com_filesize, host_basepal))
{
//hrm..
if (COM_FCheckExists("gfx/2d/bigchars.tga"))
if (COM_CheckParm("-nopalette") || COM_FCheckExists("gfx/2d/bigchars.tga"))
{ //q3 data exists... well, it's something... I just hope they avoid anything that assumes quake palette.
for (i = 0; i < 256; i++)
{ //have to generate one I guess.