mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
7a826c1cf6
commit
72c3b0e8b2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue