various cleanup, fix some fakematches

This commit is contained in:
LagoLunatic
2024-02-10 01:09:51 -05:00
parent 7c983ef0c7
commit deb7faebbf
14 changed files with 57 additions and 49 deletions
+1 -1
View File
@@ -644,7 +644,7 @@ namespace daBomb2 {
cCcD_Obj* hitObj = mSph.GetTgHitObj();
if (hitObj == NULL)
return;
if (!(hitObj->GetAtType() & AT_TYPE_WIND))
if (!hitObj->ChkAtType(AT_TYPE_WIND))
return;
f32 f30 = attr().field_0x40;