mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
General resource handling bug fixes
This commit is contained in:
@@ -249,7 +249,7 @@ void CScanDisplay::StartScan(TUniqueId id, const CScannableObjectInfo& scanInfo,
|
||||
}
|
||||
|
||||
CAssetId strId = x14_scannableInfo->GetStringTableId();
|
||||
if (strId != -1)
|
||||
if (strId.IsValid())
|
||||
x194_scanStr = g_SimplePool->GetObj({FOURCC('STRG'), strId});
|
||||
|
||||
for (int i=0 ; i<4 ; ++i)
|
||||
|
||||
Reference in New Issue
Block a user