mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Fix mistake in r5862. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5872 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
03a8877f55
commit
12f2c9c198
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "compat.h"
|
||||
#include "build.h"
|
||||
#include "engine_priv.h"
|
||||
#include "baselayer.h"
|
||||
#include "colmatch.h"
|
||||
#include "cache1d.h"
|
||||
|
@ -264,9 +265,8 @@ uint32_t PaletteIndexFullbrights[8];
|
|||
|
||||
static void E_PostLoadPalette(void)
|
||||
{
|
||||
#ifdef USE_OPENGL
|
||||
globalpal = 0;
|
||||
#endif
|
||||
|
||||
globalpalwritten = palookup[0];
|
||||
setpalookupaddress(globalpalwritten);
|
||||
|
||||
|
|
Loading…
Reference in a new issue