diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-20 21:11:57 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-20 21:11:57 -0500 |
| commit | 94465b0dbbdd94d2e579dc16996170d3d6a479e3 (patch) | |
| tree | af04035726e41003b71b8fb640ef9a430bc8e563 /src/d/actor/d_a_swattack.cpp | |
| parent | c29a149aff1aea831e5d7a07b973d9dacfcd4c5e (diff) | |
add c_cc_d and d_cc_d SPrm enums
Diffstat (limited to 'src/d/actor/d_a_swattack.cpp')
| -rw-r--r-- | src/d/actor/d_a_swattack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_swattack.cpp b/src/d/actor/d_a_swattack.cpp index 3273f6f2..aa96741c 100644 --- a/src/d/actor/d_a_swattack.cpp +++ b/src/d/actor/d_a_swattack.cpp @@ -18,7 +18,7 @@ static dCcD_SrcCyl l_cyl_src = { /* SrcObjAt Atp */ 0, /* SrcObjAt SPrm */ 0, /* SrcObjTg Type */ AT_TYPE_ALL, - /* SrcObjTg SPrm */ 0x09, + /* SrcObjTg SPrm */ TG_SPRM_SET | TG_SPRM_UNK8, /* SrcObjCo SPrm */ 0, /* SrcGObjAt Se */ 0, /* SrcGObjAt HitMark */ 0, |
