diff options
| author | Carco_21 <144170194+carter-ktb21@users.noreply.github.com> | 2025-06-29 18:50:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-30 01:50:11 +0300 |
| commit | 844a554a3b006cf9f4f55c3d393d97676a468d6d (patch) | |
| tree | 0282dbe5569e395d1a209cc4f0744fc2e76f7baf /src/d/actor/d_a_e_arrow.cpp | |
| parent | aff8180fcef7e86dbeb52779c79510f942372ca9 (diff) | |
Anm enum work (#2511)
* Added enums for b_gg, b_gos, and b_mgn
* Added enum for d_a_b_tn (might have more work for it)
* b_yo and b_zant enum work
* more enum work
* fixed mgn match break
Diffstat (limited to 'src/d/actor/d_a_e_arrow.cpp')
| -rw-r--r-- | src/d/actor/d_a_e_arrow.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/actor/d_a_e_arrow.cpp b/src/d/actor/d_a_e_arrow.cpp index da0dddde59..06b98754ca 100644 --- a/src/d/actor/d_a_e_arrow.cpp +++ b/src/d/actor/d_a_e_arrow.cpp @@ -13,8 +13,7 @@ #include "d/d_msg_object.h" #include "d/d_s_play.h" -/* 8067C7CC-8067C874 0000EC 00A8+00 1/0 0/0 0/0 .text daE_ARROW_Draw__FP13e_arrow_class - */ +/* 8067C7CC-8067C874 0000EC 00A8+00 1/0 0/0 0/0 .text daE_ARROW_Draw__FP13e_arrow_class */ static int daE_ARROW_Draw(e_arrow_class* i_this) { if (i_this->field_0xa14) { return 1; |
