mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-26 11:37:12 +00:00
Qualify the scope of Flag_Dialogue. (another one)
This commit is contained in:
parent
2f29c2c077
commit
aafcaf32c5
@ -467,7 +467,8 @@ namespace CSMWorld
|
||||
int mMask;
|
||||
bool mInverted;
|
||||
|
||||
FlagColumn (int columnId, int mask, int flags = Flag_Table | Flag_Dialogue, bool inverted = false)
|
||||
FlagColumn (int columnId, int mask,
|
||||
int flags = ColumnBase::Flag_Table | ColumnBase::Flag_Dialogue, bool inverted = false)
|
||||
: Column<ESXRecordT> (columnId, ColumnBase::Display_Boolean, flags), mMask (mask),
|
||||
mInverted (inverted)
|
||||
{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user