diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-22 20:11:49 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-22 20:11:49 -0500 |
| commit | ed66f755663cf63b9528c29648fd4662441183f2 (patch) | |
| tree | c2d34fd7560ba03831128c31c6eba70bc6e74fb2 /src/d/actor/d_a_obj_barrier.cpp | |
| parent | e251cbabc2e6f68f4b6c92d8244061c3472d3590 (diff) | |
c_cc_d inlines and enums progress
Diffstat (limited to 'src/d/actor/d_a_obj_barrier.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_barrier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_barrier.cpp b/src/d/actor/d_a_obj_barrier.cpp index 36a0a8d7..2bf46774 100644 --- a/src/d/actor/d_a_obj_barrier.cpp +++ b/src/d/actor/d_a_obj_barrier.cpp @@ -22,7 +22,7 @@ static const dCcD_SrcCyl l_cyl_at_src = { /* Flags */ 0, /* SrcObjAt Type */ AT_TYPE_UNK800, /* SrcObjAt Atp */ 1, - /* SrcObjAt SPrm */ AT_SPRM_SET | AT_SPRM_UNK4, + /* SrcObjAt SPrm */ AT_SPRM_SET | AT_SPRM_VS_PLAYER, /* SrcObjTg Type */ 0, /* SrcObjTg SPrm */ 0, /* SrcObjCo SPrm */ 0, |
