don't make NF_SUBSECTOR available to Lua either unless HAVE_LUA_SEGS is defined

This commit is contained in:
Monster Iestyn 2016-12-18 15:36:19 +00:00
parent 38f7af9281
commit 7bcb595eaf
1 changed files with 2 additions and 0 deletions

View File

@ -7217,8 +7217,10 @@ struct {
{"FF_COLORMAPONLY",FF_COLORMAPONLY}, ///< Only copy the colormap, not the lightlevel
{"FF_GOOWATER",FF_GOOWATER}, ///< Used with ::FF_SWIMMABLE. Makes thick bouncey goop.
#ifdef HAVE_LUA_SEGS
// Node flags
{"NF_SUBSECTOR",NF_SUBSECTOR}, // Indicate a leaf.
#endif
// Angles
{"ANG1",ANG1},