mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 23:08:05 -05:00
Fix more IW5 command and struct mistakes
This commit is contained in:
@ -161,7 +161,7 @@ void ContentLoader::LoadXAsset(const bool atStreamStart)
|
||||
|
||||
void ContentLoader::LoadXAssetArray(const bool atStreamStart, const size_t count)
|
||||
{
|
||||
assert(varXAsset != nullptr);
|
||||
assert(count == 0 || varXAsset != nullptr);
|
||||
|
||||
if (atStreamStart)
|
||||
m_stream->Load<XAsset>(varXAsset, count);
|
||||
|
Reference in New Issue
Block a user