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
This commit is contained in:
hendricks266 2017-11-29 07:29:54 +00:00
parent ad83ca0188
commit 12c4d033f1

View file

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