put useful comment back

This commit is contained in:
briaguya 2022-05-28 18:17:46 -04:00
commit f088de1a55

View file

@ -1013,6 +1013,7 @@ extern "C" s32 GetRandomizedItemIdFromActor(GetItemID ogId, s16 actorId ) {
return OTRGlobals::Instance->gRandomizer->GetRandomizedItemId(ogId, actorId);
}
// use an explicit (s32) cast on the position values from the Vec3f when calling
extern "C" s32 GetRandomizedItemIdFromPosition(GetItemID ogId, s16 sceneNum, s16 actorParams, s32 homePosX, s32 homePosY, s32 homePosZ) {
return OTRGlobals::Instance->gRandomizer->GetRandomizedItemId(ogId, -1, sceneNum, actorParams, homePosX, homePosY, homePosZ);
}