mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
add return to extern
This commit is contained in:
parent
a9ddf6b912
commit
1122c51b71
1 changed files with 1 additions and 1 deletions
|
@ -1001,5 +1001,5 @@ extern "C" void PopulateItemLocations(const char* spoilerfilename) {
|
|||
}
|
||||
|
||||
extern "C" GetItemID GetItemFromSceneAndParams(s16 sceneNum, s16 actorParams) {
|
||||
OTRGlobals::Instance->gRandomizer->GetItemFromSceneAndParams(sceneNum, actorParams);
|
||||
return OTRGlobals::Instance->gRandomizer->GetItemFromSceneAndParams(sceneNum, actorParams);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue