mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Bump PSKYOFF_MAX from 4 to 8.
git-svn-id: https://svn.eduke32.com/eduke32@5898 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
fc1deb5e3d
commit
8169365820
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ EXTERN vec2_t windowxy1, windowxy2;
|
|||
EXTERN int16_t *startumost, *startdmost;
|
||||
|
||||
// The maximum tile offset ever used in any tiled parallaxed multi-sky.
|
||||
#define PSKYOFF_MAX 4
|
||||
#define PSKYOFF_MAX 8
|
||||
#define DEFAULTPSKY -1
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in a new issue