From 12c4d033f169338858c2e07d3cda9fc82084e76f Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Wed, 29 Nov 2017 07:29:54 +0000 Subject: [PATCH] Polymost: Set r_parallaxskypanning to 1 by default. This enables sky panning, which allows the effect of CLOUDYSKIES to work properly. Patch from Fox. git-svn-id: https://svn.eduke32.com/eduke32@6521 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/src/polymost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/polymost.cpp b/source/build/src/polymost.cpp index 473d4bac3..3bf00e051 100644 --- a/source/build/src/polymost.cpp +++ b/source/build/src/polymost.cpp @@ -132,7 +132,7 @@ char ptempbuf[MAXWALLSB<<1]; // polymost ART sky control int32_t r_parallaxskyclamping = 1; -int32_t r_parallaxskypanning = 0; +int32_t r_parallaxskypanning = 1; #define MIN_CACHETIME_PRINT 10