mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:47:43 +00:00
Massive fmtlib refactor
This commit is contained in:
@@ -69,11 +69,11 @@ struct SpacePirate : IScriptObject {
|
||||
}
|
||||
|
||||
void nameIDs(PAKRouter<PAKBridge>& pakRouter) const {
|
||||
if (Projectile) {
|
||||
if (Projectile.isValid()) {
|
||||
PAK::Entry* ent = (PAK::Entry*)pakRouter.lookupEntry(Projectile);
|
||||
ent->name = name + "_Projectile";
|
||||
}
|
||||
if (KneelAttackShot) {
|
||||
if (KneelAttackShot.isValid()) {
|
||||
PAK::Entry* ent = (PAK::Entry*)pakRouter.lookupEntry(KneelAttackShot);
|
||||
ent->name = name + "_KneelAttackShot";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user