Added NF_SUBSECTOR to dehacked.c lists

This commit is contained in:
Monster Iestyn 2016-07-08 22:58:09 +01:00
parent f2b3640c6a
commit 61304dd833
1 changed files with 3 additions and 0 deletions

View File

@ -7270,6 +7270,9 @@ struct {
{"FF_COLORMAPONLY",FF_COLORMAPONLY}, ///< Only copy the colormap, not the lightlevel
{"FF_GOOWATER",FF_GOOWATER}, ///< Used with ::FF_SWIMMABLE. Makes thick bouncey goop.
// Node flags
{"NF_SUBSECTOR",NF_SUBSECTOR}, // Indicate a leaf.
// Angles
{"ANG1",ANG1},
{"ANG2",ANG2},