mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-30 03:11:34 +00:00
oups
This commit is contained in:
parent
cbb9b65286
commit
31330c9abc
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ namespace MWWorld
|
|||
{
|
||||
const int storeIndex = ESMStore::getTypeIndex<T>();
|
||||
assert(ESMStore::getTypeIndex<T>() == storeIndex);
|
||||
const std::size_t index_t(storeIndex)
|
||||
const std::size_t index_t(storeIndex);
|
||||
if (stores.mStores.size() <= index_t)
|
||||
stores.mStores.resize(index_t + 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue