mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 06:41:59 +00:00
Lunatic: Fix build, part 2. clip.h needs to know about usectortype and uwalltype.
git-svn-id: https://svn.eduke32.com/eduke32@5985 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
7c76b0fc42
commit
e9ac1401c3
1 changed files with 2 additions and 2 deletions
|
@ -308,8 +308,6 @@ enum {
|
|||
#undef UNTRACKED_STRUCTS
|
||||
#endif
|
||||
|
||||
#include "clip.h"
|
||||
|
||||
#ifdef NEW_MAP_FORMAT
|
||||
//////////////////// Lunatic new-generation map format ////////////////////
|
||||
|
||||
|
@ -513,6 +511,8 @@ typedef sectortypev7 sectortype;
|
|||
typedef walltypev7 walltype;
|
||||
#endif
|
||||
|
||||
#include "clip.h"
|
||||
|
||||
typedef struct {
|
||||
uint32_t mdanimtims;
|
||||
int16_t mdanimcur;
|
||||
|
|
Loading…
Reference in a new issue