Fix regression in software rendering of slopes in r8363

git-svn-id: https://svn.eduke32.com/eduke32@8418 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-12-09 06:02:25 +00:00 committed by Christoph Oelckers
parent 9134bebc46
commit b71ef4a140

View file

@ -159,7 +159,7 @@ int32_t globaltilesizy;
int32_t globalx1, globaly2, globalx3, globaly3;
int32_t sloptable[SLOPTABLESIZ];
#define SLOPALOOKUPSIZ (MAXXDIM<<1)
#define SLOPALOOKUPSIZ 16384
static intptr_t slopalookup[SLOPALOOKUPSIZ]; // was 2048
static int32_t no_radarang2 = 0;