forked from teamnwah/openmw-tes3coop
fixed a bad cast
This commit is contained in:
parent
236751ec45
commit
f8a331f173
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ namespace CSMWorld
|
|||
{
|
||||
mRecords.push_back (dynamic_cast<const Record<ESXRecordT>&> (record));
|
||||
mIndex.insert (std::make_pair (Misc::StringUtils::lowerCase (IdAccessorT().getId (
|
||||
dynamic_cast<const ESXRecordT&> (record))),
|
||||
dynamic_cast<const Record<ESXRecordT>&> (record).get())),
|
||||
mRecords.size()-1));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue