From 272863635435e443df5c50dd2e9cd222ce2dfb7b Mon Sep 17 00:00:00 2001 From: eukos Date: Wed, 29 Jul 2015 13:59:00 +0200 Subject: [PATCH] Palette lookup fix --- WinQuake/draw.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WinQuake/draw.c b/WinQuake/draw.c index 650b832..f42c2af 100644 --- a/WinQuake/draw.c +++ b/WinQuake/draw.c @@ -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"))