Add missing ifdef

git-svn-id: https://svn.eduke32.com/eduke32@7692 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-06-25 11:28:00 +00:00 committed by Christoph Oelckers
parent 5be379c6b0
commit 1a4afe09a8

View file

@ -182,7 +182,7 @@ typedef struct
//////////////////// END Version 7 map format ////////////////
//////////////////// Lunatic new-generation map format ////////////////////
#if defined NEW_MAP_FORMAT
// 44 bytes
typedef struct
{
@ -219,7 +219,7 @@ typedef struct
StructTracker(Wall, int16_t) extra;
StructTracker(Wall, uint8_t) blend, filler_;
} StructName(walltypevx);
#endif
// NOTE: spritetype is currently the same for V7/8/9 and VX in-memory map formats.
//////////////////// END Lunatic new-generation map format ////////////////