mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 20:09: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;
|
||||
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…
Reference in a new issue