mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 12:39:55 +00:00
oups
This commit is contained in:
parent
cbb9b65286
commit
31330c9abc
@ -272,7 +272,7 @@ namespace MWWorld
|
|||||||
{
|
{
|
||||||
const int storeIndex = ESMStore::getTypeIndex<T>();
|
const int storeIndex = ESMStore::getTypeIndex<T>();
|
||||||
assert(ESMStore::getTypeIndex<T>() == storeIndex);
|
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)
|
if (stores.mStores.size() <= index_t)
|
||||||
stores.mStores.resize(index_t + 1);
|
stores.mStores.resize(index_t + 1);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user