diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-01 16:56:31 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-06-01 16:56:31 -0400 |
| commit | 46718e76ddb102e3af58f6a017d297c758ecbedb (patch) | |
| tree | afbe1c204b58e9df5c8c05096699a41cb45f77c3 /src/d/actor/d_a_obj_warpt.cpp | |
| parent | 354a9625fef556950ec07e8d4129c2ca99f8978c (diff) | |
Use cCcD "All" enums everywhere
Diffstat (limited to 'src/d/actor/d_a_obj_warpt.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_warpt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_warpt.cpp b/src/d/actor/d_a_obj_warpt.cpp index 7b3cabd6..6d892d6e 100644 --- a/src/d/actor/d_a_obj_warpt.cpp +++ b/src/d/actor/d_a_obj_warpt.cpp @@ -17,7 +17,7 @@ const dCcD_SrcCyl daObj_Warpt_c::m_cyl_body_src = { /* SrcObjAt Atp */ 0, /* SrcObjAt SPrm */ 0, /* SrcObjTg Type */ AT_TYPE_ALL & ~AT_TYPE_BOOMERANG, - /* SrcObjTg SPrm */ cCcD_TgSPrm_Set_e | cCcD_TgSPrm_IsEnemy_e | cCcD_TgSPrm_IsPlayer_e | cCcD_TgSPrm_IsOther_e, + /* SrcObjTg SPrm */ cCcD_TgSPrm_Set_e | cCcD_TgSPrm_GrpAll_e, /* SrcObjCo SPrm */ cCcD_CoSPrm_Set_e | cCcD_CoSPrm_IsOther_e | cCcD_CoSPrm_VsPlayer_e | cCcD_CoSPrm_VsOther_e, /* SrcGObjAt Se */ 0, /* SrcGObjAt HitMark */ dCcG_AtHitMark_None_e, |
