pull/21/head
Marc Zinnschlag 14 years ago
parent 7bc1adde9f
commit 4367b93e64

@ -880,7 +880,7 @@ namespace MWWorld
/// the STL-container usage of the ESMStore before the rewrite. /// the STL-container usage of the ESMStore before the rewrite.
std::ostringstream stream; std::ostringstream stream;
stream << "$dyamic" << mNextDynamicRecord++; stream << "$dynamic" << mNextDynamicRecord++;
const ESM::Potion *created = const ESM::Potion *created =
&mStore.potions.list.insert (std::make_pair (stream.str(), record)).first->second; &mStore.potions.list.insert (std::make_pair (stream.str(), record)).first->second;
@ -894,7 +894,7 @@ namespace MWWorld
{ {
/// \todo See function above. /// \todo See function above.
std::ostringstream stream; std::ostringstream stream;
stream << "$dyamic" << mNextDynamicRecord++; stream << "$dynamic" << mNextDynamicRecord++;
const ESM::Class *created = const ESM::Class *created =
&mStore.classes.list.insert (std::make_pair (stream.str(), record)).first->second; &mStore.classes.list.insert (std::make_pair (stream.str(), record)).first->second;

Loading…
Cancel
Save