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:
hendricks266 2017-01-05 05:29:11 +00:00
parent 7c76b0fc42
commit e9ac1401c3

View file

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