diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-22 21:02:23 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-12-22 21:02:23 -0500 |
| commit | 0490fd3c84852b4751aa1867b0a07d110781cb09 (patch) | |
| tree | e808643d2c5bb8cadf0135cbc793e19220569689 /src/d/actor/d_a_switem.cpp | |
| parent | 7a80acf5033ada4f22b92f6e1a6a0a218ecae155 (diff) | |
more collision enums and inlines
Diffstat (limited to 'src/d/actor/d_a_switem.cpp')
| -rw-r--r-- | src/d/actor/d_a_switem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_switem.cpp b/src/d/actor/d_a_switem.cpp index 3eff5098..20aee062 100644 --- a/src/d/actor/d_a_switem.cpp +++ b/src/d/actor/d_a_switem.cpp @@ -20,7 +20,7 @@ static dCcD_SrcCyl l_cyl_src = { /* SrcObjAt Atp */ 0, /* SrcObjAt SPrm */ 0, /* SrcObjTg Type */ AT_TYPE_ALL, - /* SrcObjTg SPrm */ TG_SPRM_SET | TG_SPRM_UNK8, + /* SrcObjTg SPrm */ TG_SPRM_SET | TG_SPRM_IS_OTHER, /* SrcObjCo SPrm */ 0, /* SrcGObjAt Se */ 0, /* SrcGObjAt HitMark */ 0, |
