Skip to content

Commit

Permalink
- fixed bad file in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Aug 24, 2021
1 parent c2a2e08 commit 78fd7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gamedata/g_mapinfo.h
Expand Up @@ -258,7 +258,8 @@ enum ELevelFlags : unsigned int
LEVEL3_E4M8SPECIAL = 0x00004000,
LEVEL3_E4M6SPECIAL = 0x00008000,
LEVEL3_NOSHADOWMAP = 0x00010000, // disables shadowmaps for a given level.
LEVEL3_NOJUMPDOWN = 0x00020000, // only for MBF21. Inverse of MBF's dog_jumping flag.
LEVEL3_AVOIDMELEE = 0x00020000, // global flag needed for proper MBF support.
LEVEL3_NOJUMPDOWN = 0x00040000, // only for MBF21. Inverse of MBF's dog_jumping flag.
};


Expand Down

0 comments on commit 78fd7aa

Please sign in to comment.