mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-24 07:05:34 -07:00
no initFunc
This commit is contained in:
parent
7f717693b8
commit
826ef8981a
1 changed files with 1 additions and 1 deletions
|
@ -48,4 +48,4 @@ void RegisterBonkDamage() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
static RegisterShipInitFunc initFunc(RegisterBonkDamage, { CVAR_ENHANCEMENT("BonkDamageMult") });
|
static RegisterShipInitFunc registerBonkDamage(RegisterBonkDamage, { CVAR_ENHANCEMENT("BonkDamageMult") });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue