mirror of https://github.com/zeldaret/botw.git
Update gamePlayReport.cpp
This commit is contained in:
parent
cda9dce7dd
commit
616dbf440c
|
@ -61,7 +61,7 @@ void reportGetItem(const sead::Vector3f& pos, const sead::SafeString* targetActo
|
|||
ksys::PlayReportMgr::instance()->getReporter()->getHeap());
|
||||
report.addMapType();
|
||||
|
||||
int name = sead::HashCRC32::calcStringHash(*targetActorName);
|
||||
int name = (int)sead::HashCRC32::calcStringHash(*targetActorName);
|
||||
|
||||
ksys::ProductReporter::getSomeBool();
|
||||
|
||||
|
|
Loading…
Reference in New Issue