forked from mirror/openmw-tes3mp
Editor: Use colour field for cell map colour
This commit is contained in:
parent
0082f5a2dc
commit
3fb7c42845
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ CSMWorld::Data::Data (ToUTF8::FromType encoding, const ResourcesManager& resourc
|
|||
mCells.getNestableColumn(index)->addColumn(
|
||||
new NestedChildColumn (Columns::ColumnId_WaterLevel, ColumnBase::Display_Float));
|
||||
mCells.getNestableColumn(index)->addColumn(
|
||||
new NestedChildColumn (Columns::ColumnId_MapColor, ColumnBase::Display_Integer));
|
||||
new NestedChildColumn (Columns::ColumnId_MapColor, ColumnBase::Display_Colour));
|
||||
|
||||
mEnchantments.addColumn (new StringIdColumn<ESM::Enchantment>);
|
||||
mEnchantments.addColumn (new RecordStateColumn<ESM::Enchantment>);
|
||||
|
|
Loading…
Reference in a new issue