Palette lookup fix

This commit is contained in:
eukos 2015-07-29 13:59:00 +02:00
parent 4f53866e5d
commit 2728636354

View file

@ -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"))