mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-11 07:11:39 +00:00
Add missing ifdef
git-svn-id: https://svn.eduke32.com/eduke32@7692 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
5be379c6b0
commit
1a4afe09a8
1 changed files with 2 additions and 2 deletions
|
@ -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 ////////////////
|
||||
|
|
Loading…
Reference in a new issue