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_kanoke.cpp | |
| parent | 354a9625fef556950ec07e8d4129c2ca99f8978c (diff) | |
Use cCcD "All" enums everywhere
Diffstat (limited to 'src/d/actor/d_a_obj_kanoke.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_kanoke.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_kanoke.cpp b/src/d/actor/d_a_obj_kanoke.cpp index 8cdcdc33..e4d760c4 100644 --- a/src/d/actor/d_a_obj_kanoke.cpp +++ b/src/d/actor/d_a_obj_kanoke.cpp @@ -45,7 +45,7 @@ static dCcD_SrcCps l_cps_src_huta = { /* Flags */ 0, /* SrcObjAt Type */ AT_TYPE_UNK800, /* SrcObjAt Atp */ 1, - /* SrcObjAt SPrm */ cCcD_AtSPrm_Set_e | cCcD_AtSPrm_VsEnemy_e | cCcD_AtSPrm_VsPlayer_e | cCcD_AtSPrm_VsOther_e, + /* SrcObjAt SPrm */ cCcD_AtSPrm_Set_e | cCcD_AtSPrm_GrpAll_e, /* SrcObjTg Type */ 0, /* SrcObjTg SPrm */ 0, /* SrcObjCo SPrm */ 0, |
