Palette lookup fix
This commit is contained in:
parent
4f53866e5d
commit
2728636354
1 changed files with 4 additions and 0 deletions
|
@ -1246,6 +1246,10 @@ void MassiveLookupTablesInit (void)
|
|||
else
|
||||
#endif
|
||||
thepaltouse = host_basepal;
|
||||
|
||||
#ifdef linux
|
||||
thepaltouse = host_basepal;
|
||||
#endif
|
||||
//InitBump(thepaltouse);
|
||||
// InitFader();
|
||||
// if (COM_CheckParm ("-cache"))
|
||||
|
|
Loading…
Reference in a new issue