diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-10-26 23:57:58 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2023-10-26 23:57:58 -0400 |
| commit | 828c8672e0436d7dd14eacb85d6123bec085bbd7 (patch) | |
| tree | b4d60e7401eba6724fb9bbc294c5bb564a5da99a /src/d/actor/d_a_obj_barrier.cpp | |
| parent | febaa8ff151910b1d6686dcdbf2933b37cc3eeb1 (diff) | |
d_a_npc_md 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 9ac41853..6349ebf1 100644 --- a/src/d/actor/d_a_obj_barrier.cpp +++ b/src/d/actor/d_a_obj_barrier.cpp @@ -139,7 +139,7 @@ static const dCcD_SrcCyl l_cyl_tg_src = { /* SrcObjAt Type */ 0, /* SrcObjAt Atp */ 0, /* SrcObjAt SPrm */ 0, - /* SrcObjTg Type */ ~(AT_TYPE_WATER | AT_TYPE_UNK20000 | AT_TYPE_UNK400000 | AT_TYPE_UNK800000), + /* SrcObjTg Type */ ~(AT_TYPE_WATER | AT_TYPE_UNK20000 | AT_TYPE_UNK400000 | AT_TYPE_LIGHT), /* SrcObjTg SPrm */ 9, /* SrcObjCo SPrm */ 0, /* SrcGObjAt Se */ 0, |
