diff options
| author | Caroline Madsen <69010899+randomsalience@users.noreply.github.com> | 2024-02-28 04:41:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 01:41:16 -0800 |
| commit | f1c0e8844677b74a5acb50cc0164ca9f80c28e7c (patch) | |
| tree | 1597f3aeec6783e492f03a3fe62fd11fc28792fb /src/d/d_insect.cpp | |
| parent | 555e4bc19efb9d8803574db4f5cd83d01176bf6d (diff) | |
d_a_obj_cho OK (#2080)
Diffstat (limited to 'src/d/d_insect.cpp')
| -rw-r--r-- | src/d/d_insect.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/d/d_insect.cpp b/src/d/d_insect.cpp index 57680e0178..4fa3ff5aea 100644 --- a/src/d/d_insect.cpp +++ b/src/d/d_insect.cpp @@ -13,7 +13,7 @@ dInsect_c::dInsect_c() { m_itemId = -1; field_0x56C = 0; - field_0x56D = 1; + mDraw = true; m_mode = 0; m_itemNo = M_MAYFLY; field_0x584 = 0; @@ -48,7 +48,7 @@ void dInsect_c::Insect_GetDemoMain() { dComIfGp_event_setItemPartnerId(m_itemId); } - field_0x56D = 0; + mDraw = false; m_mode = 2; } else { fopAcM_orderItemEvent(this, 0, 0); @@ -61,7 +61,7 @@ void dInsect_c::Insect_GetDemoMain() { if (i_dComIfGs_isEventBit(dSv_event_flag_c::saveBitLabels[m_saveBitNo]) || field_0x585 != 0) { - field_0x56D = 1; + mDraw = true; m_mode = 0; if (field_0x584 == 0) { fopAcM_createItem(¤t.pos, HEART, -1, -1, NULL, NULL, 0); |
