Fix clang build of wall constants

This commit is contained in:
Kp 2014-09-22 03:35:34 +00:00
parent 3f3b8084d1
commit 53035620d5

View file

@ -169,12 +169,12 @@ struct WALL_IS_DOORWAY_result_t
};
// WALL_IS_DOORWAY flags.
static const WALL_IS_DOORWAY_FLAG<1> WID_FLY_FLAG;
static const WALL_IS_DOORWAY_FLAG<2> WID_RENDER_FLAG;
static const WALL_IS_DOORWAY_FLAG<4> WID_RENDPAST_FLAG;
static const WALL_IS_DOORWAY_FLAG<8> WID_EXTERNAL_FLAG;
static const WALL_IS_DOORWAY_FLAG<1> WID_FLY_FLAG{};
static const WALL_IS_DOORWAY_FLAG<2> WID_RENDER_FLAG{};
static const WALL_IS_DOORWAY_FLAG<4> WID_RENDPAST_FLAG{};
static const WALL_IS_DOORWAY_FLAG<8> WID_EXTERNAL_FLAG{};
#if defined(DXX_BUILD_DESCENT_II)
static const WALL_IS_DOORWAY_FLAG<16> WID_CLOAKED_FLAG;
static const WALL_IS_DOORWAY_FLAG<16> WID_CLOAKED_FLAG{};
#endif
// WALL_IS_DOORWAY return values F/R/RP