diff --git a/src/ZoneLoading/Game/IW4/ContentLoaderIW4.cpp b/src/ZoneLoading/Game/IW4/ContentLoaderIW4.cpp index ae69cc13..14b31fb5 100644 --- a/src/ZoneLoading/Game/IW4/ContentLoaderIW4.cpp +++ b/src/ZoneLoading/Game/IW4/ContentLoaderIW4.cpp @@ -46,9 +46,6 @@ ContentLoader::ContentLoader() { varXAsset = nullptr; varScriptStringList = nullptr; - - // Script String 0 is always empty string - m_script_strings.emplace_back(""); } void ContentLoader::LoadScriptStringList(const bool atStreamStart) diff --git a/src/ZoneLoading/Game/T6/ContentLoaderT6.cpp b/src/ZoneLoading/Game/T6/ContentLoaderT6.cpp index aff6ad40..d8e9138f 100644 --- a/src/ZoneLoading/Game/T6/ContentLoaderT6.cpp +++ b/src/ZoneLoading/Game/T6/ContentLoaderT6.cpp @@ -59,9 +59,6 @@ ContentLoader::ContentLoader() { varXAsset = nullptr; varScriptStringList = nullptr; - - // Script String 0 is always empty string - m_script_strings.emplace_back(""); } void ContentLoader::LoadScriptStringList(const bool atStreamStart)