diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-10 19:30:51 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-10 19:30:51 -0400 |
| commit | 309158e274a0613594ffabddec48765cbd4f9c83 (patch) | |
| tree | fb0842e690420611ee8079f09d4eaeb75a9fb57d /src/d/actor/d_a_obj_monument.cpp | |
| parent | 0bb7ff4051ee84083f16d534b0670bcc0e507551 (diff) | |
J3DModel inlines cleanup, procBottleSwing_init match, etc
Diffstat (limited to 'src/d/actor/d_a_obj_monument.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_monument.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_monument.cpp b/src/d/actor/d_a_obj_monument.cpp index 4be1cd3f..8a44064b 100644 --- a/src/d/actor/d_a_obj_monument.cpp +++ b/src/d/actor/d_a_obj_monument.cpp @@ -15,7 +15,7 @@ namespace daObjMonument { namespace { - static Attr_c L_attr[2] = { + static Attr_c L_attr[] = { { ESEKH_BDL_ESEKH, ESEKH_DZB_ESEKH }, { ESEKH_BDL_ESEKH2, ESEKH_DZB_ESEKH2 }, }; |
