mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- no Lunatic
This commit is contained in:
parent
53cda00747
commit
5a6096c740
1 changed files with 0 additions and 4 deletions
|
@ -86,13 +86,9 @@ typedef struct {
|
||||||
#ifndef NEW_MAP_FORMAT
|
#ifndef NEW_MAP_FORMAT
|
||||||
wallext_t wallext[MAXWALLS];
|
wallext_t wallext[MAXWALLS];
|
||||||
#endif
|
#endif
|
||||||
#if !defined LUNATIC
|
|
||||||
intptr_t *vars[MAXGAMEVARS];
|
intptr_t *vars[MAXGAMEVARS];
|
||||||
intptr_t *arrays[MAXGAMEARRAYS];
|
intptr_t *arrays[MAXGAMEARRAYS];
|
||||||
int32_t arraysiz[MAXGAMEARRAYS];
|
int32_t arraysiz[MAXGAMEARRAYS];
|
||||||
#else
|
|
||||||
char *savecode;
|
|
||||||
#endif
|
|
||||||
#ifdef YAX_ENABLE
|
#ifdef YAX_ENABLE
|
||||||
int32_t numyaxbunches;
|
int32_t numyaxbunches;
|
||||||
# if !defined NEW_MAP_FORMAT
|
# if !defined NEW_MAP_FORMAT
|
||||||
|
|
Loading…
Reference in a new issue