From 31330c9abcb9d6bb9f86e34305287bd642ac63b2 Mon Sep 17 00:00:00 2001 From: "florent.teppe" Date: Sat, 3 Sep 2022 12:09:12 +0200 Subject: [PATCH] oups --- apps/openmw/mwworld/esmstore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwworld/esmstore.cpp b/apps/openmw/mwworld/esmstore.cpp index e1e08dba3c..28c4d512b6 100644 --- a/apps/openmw/mwworld/esmstore.cpp +++ b/apps/openmw/mwworld/esmstore.cpp @@ -272,7 +272,7 @@ namespace MWWorld { const int storeIndex = ESMStore::getTypeIndex(); assert(ESMStore::getTypeIndex() == 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);