From b71ef4a1400cde09b4976f374a70cfe39998c642 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Mon, 9 Dec 2019 06:02:25 +0000 Subject: [PATCH] Fix regression in software rendering of slopes in r8363 git-svn-id: https://svn.eduke32.com/eduke32@8418 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/src/engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/engine.cpp b/source/build/src/engine.cpp index 9b1faaa1f..0daadfa45 100644 --- a/source/build/src/engine.cpp +++ b/source/build/src/engine.cpp @@ -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;