mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-23 11:39:41 +00:00
Qualify the scope of Flag_Dialogue. (another one)
This commit is contained in:
parent
2f29c2c077
commit
aafcaf32c5
1 changed files with 2 additions and 1 deletions
|
@ -467,7 +467,8 @@ namespace CSMWorld
|
||||||
int mMask;
|
int mMask;
|
||||||
bool mInverted;
|
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),
|
: Column<ESXRecordT> (columnId, ColumnBase::Display_Boolean, flags), mMask (mask),
|
||||||
mInverted (inverted)
|
mInverted (inverted)
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Reference in a new issue