mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-12 20:45:07 -05:00
Fix declaration
Forgot to include the argument in the declaration at the top. It worked fine even without it, but figured this is safer
This commit is contained in:
parent
0c6ed553a2
commit
430d3275bc
@ -17,7 +17,7 @@ s32 func_80AFB748(EnSi* this, GlobalContext* globalCtx);
|
||||
void func_80AFB768(EnSi* this, GlobalContext* globalCtx);
|
||||
void func_80AFB89C(EnSi* this, GlobalContext* globalCtx);
|
||||
void func_80AFB950(EnSi* this, GlobalContext* globalCtx);
|
||||
void Audio_PlayFanfare_Rando();
|
||||
void Audio_PlayFanfare_Rando(ItemID getItemId);
|
||||
|
||||
s32 textId = 0xB4;
|
||||
s32 giveItemId = ITEM_SKULL_TOKEN;
|
||||
|
Loading…
Reference in New Issue
Block a user