From e9ac1401c3c89f4169cdae40a064e91a767283aa Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 5 Jan 2017 05:29:11 +0000 Subject: [PATCH] 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 --- polymer/eduke32/build/include/build.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polymer/eduke32/build/include/build.h b/polymer/eduke32/build/include/build.h index d58b63745..413ebe6c8 100644 --- a/polymer/eduke32/build/include/build.h +++ b/polymer/eduke32/build/include/build.h @@ -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;