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:
hendricks266 2016-09-17 19:57:58 +00:00
parent 03a8877f55
commit 12f2c9c198

View file

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