mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +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 ////////////////
|
//////////////////// END Version 7 map format ////////////////
|
||||||
|
|
||||||
//////////////////// Lunatic new-generation map format ////////////////////
|
//////////////////// Lunatic new-generation map format ////////////////////
|
||||||
|
#if defined NEW_MAP_FORMAT
|
||||||
// 44 bytes
|
// 44 bytes
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -219,7 +219,7 @@ typedef struct
|
||||||
StructTracker(Wall, int16_t) extra;
|
StructTracker(Wall, int16_t) extra;
|
||||||
StructTracker(Wall, uint8_t) blend, filler_;
|
StructTracker(Wall, uint8_t) blend, filler_;
|
||||||
} StructName(walltypevx);
|
} StructName(walltypevx);
|
||||||
|
#endif
|
||||||
// NOTE: spritetype is currently the same for V7/8/9 and VX in-memory map formats.
|
// NOTE: spritetype is currently the same for V7/8/9 and VX in-memory map formats.
|
||||||
|
|
||||||
//////////////////// END Lunatic new-generation map format ////////////////
|
//////////////////// END Lunatic new-generation map format ////////////////
|
||||||
|
|
Loading…
Reference in a new issue