mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 22:27:41 +00:00
CResFactory bug fixes
This commit is contained in:
@@ -86,7 +86,7 @@ bool CCollisionResponseData::CheckAndAddDecalToResponse(FourCC clsId, CInputStre
|
||||
if (cls == SBIG('NONE'))
|
||||
return true;
|
||||
|
||||
CAssetId id = u64(CPF::GetInt(in));
|
||||
CAssetId id = u64(in.readUint32Big());
|
||||
if (!id.IsValid())
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user