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

View file

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