fix clangcl build

This commit is contained in:
Eric Wasylishen 2022-06-14 00:49:15 -06:00
parent a309e8467b
commit 6c613b2b51
1 changed files with 2 additions and 2 deletions

View File

@ -183,12 +183,12 @@ public:
return !string_iequals(name, "hint"); return !string_iequals(name, "hint");
} }
constexpr contentflags_t create_sky_contents() const contentflags_t create_sky_contents() const
{ {
return {CONTENTS_SKY}; return {CONTENTS_SKY};
} }
constexpr contentflags_t create_liquid_contents(const int32_t &liquid_type) const contentflags_t create_liquid_contents(const int32_t &liquid_type) const
{ {
return {liquid_type}; return {liquid_type};
} }