mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
oups
This commit is contained in:
parent
cbb9b65286
commit
31330c9abc
@ -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…
x
Reference in New Issue
Block a user