Fix not supporting nullptr scriptstrings

This commit is contained in:
Jan
2021-12-30 16:51:16 +01:00
parent 7283cc5640
commit 538c4be839
20 changed files with 209 additions and 142 deletions

View File

@ -8,10 +8,6 @@ AssetLoader::AssetLoader(const asset_type_t assetType, Zone* zone, IZoneInputStr
m_asset_type(assetType),
varScriptString(nullptr)
{
m_asset_type = assetType;
m_zone = zone;
m_stream = stream;
varScriptString = nullptr;
}
void AssetLoader::AddDependency(XAssetInfoGeneric* assetInfo)