mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +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;
|
EXTERN int16_t *startumost, *startdmost;
|
||||||
|
|
||||||
// The maximum tile offset ever used in any tiled parallaxed multi-sky.
|
// The maximum tile offset ever used in any tiled parallaxed multi-sky.
|
||||||
#define PSKYOFF_MAX 4
|
#define PSKYOFF_MAX 8
|
||||||
#define DEFAULTPSKY -1
|
#define DEFAULTPSKY -1
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in a new issue