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
20db6b9bd4
commit
102ea99e9e
1 changed files with 1 additions and 1 deletions
|
@ -47,4 +47,4 @@ void RegisterShadowTag() {
|
|||
COND_HOOK(OnSceneInit, true, [](int16_t) { ResetShadowTagSpawnTimer(); });
|
||||
}
|
||||
|
||||
static RegisterShipInitFunc initFunc(RegisterShadowTag, { CVAR_SHADOW_TAG_NAME });
|
||||
static RegisterShipInitFunc initFunc_ShadowTag(RegisterShadowTag, { CVAR_SHADOW_TAG_NAME });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue