mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Rename initFunc
This commit is contained in:
parent
97f0195028
commit
307babb4e7
1 changed files with 1 additions and 1 deletions
|
@ -39,4 +39,4 @@ void RegisterRupeeDash() {
|
|||
COND_HOOK(OnPlayerUpdate, CVAR_RUPEE_DASH_VALUE, UpdateRupeeDash);
|
||||
}
|
||||
|
||||
static RegisterShipInitFunc initFunc(RegisterRupeeDash, { CVAR_RUPEE_DASH_NAME });
|
||||
static RegisterShipInitFunc initFunc_RupeeDash(RegisterRupeeDash, { CVAR_RUPEE_DASH_NAME });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue