2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 23:47:43 +00:00

ProjectileWeapon factory, CollisionResponse stub

This commit is contained in:
2016-02-13 11:05:59 -08:00
parent b477a9a9f5
commit 07a6bad207
8 changed files with 235 additions and 2 deletions

View File

@@ -122,7 +122,7 @@ bool CParticleSwooshDataFactory::CreateWPSM(CSwooshDescription* desc, CInputStre
default:
{
uint32_t clsName = clsId.toUint32();
Log.report(LogVisor::FatalError, "Unknown SSWH class %.4s @%" PRIi64, &clsName, in.position());
Log.report(LogVisor::FatalError, "Unknown SWSH class %.4s @%" PRIi64, &clsName, in.position());
return false;
}
}