forked from teamnwah/openmw-tes3coop
typo
This commit is contained in:
parent
7bc1adde9f
commit
4367b93e64
1 changed files with 2 additions and 2 deletions
|
@ -880,7 +880,7 @@ namespace MWWorld
|
|||
/// the STL-container usage of the ESMStore before the rewrite.
|
||||
|
||||
std::ostringstream stream;
|
||||
stream << "$dyamic" << mNextDynamicRecord++;
|
||||
stream << "$dynamic" << mNextDynamicRecord++;
|
||||
|
||||
const ESM::Potion *created =
|
||||
&mStore.potions.list.insert (std::make_pair (stream.str(), record)).first->second;
|
||||
|
@ -894,7 +894,7 @@ namespace MWWorld
|
|||
{
|
||||
/// \todo See function above.
|
||||
std::ostringstream stream;
|
||||
stream << "$dyamic" << mNextDynamicRecord++;
|
||||
stream << "$dynamic" << mNextDynamicRecord++;
|
||||
|
||||
const ESM::Class *created =
|
||||
&mStore.classes.list.insert (std::make_pair (stream.str(), record)).first->second;
|
||||
|
|
Loading…
Reference in a new issue