mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
fix param order
This commit is contained in:
parent
61b7cf7cd2
commit
c583d43f1a
1 changed files with 1 additions and 1 deletions
|
@ -690,7 +690,7 @@ void EnItem00_Init(Actor* thisx, GlobalContext* globalCtx) {
|
|||
}
|
||||
|
||||
if ((getItemId != GI_NONE) && !Actor_HasParent(&this->actor, globalCtx)) {
|
||||
getItemId = GetRandomizedItemId(globalCtx->sceneNum, this->actor.params, this->getItemId);
|
||||
getItemId = GetRandomizedItemId(this->getItemId, globalCtx->sceneNum, this->actor.params);
|
||||
func_8002F554(&this->actor, globalCtx, getItemId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue