diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-12-10 08:46:19 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 18:46:19 +0200 |
| commit | 8d73439554beb2b4870b86159aa2e676357792b7 (patch) | |
| tree | f146d56805cdbbf0ee01412b66d328396d2b0305 /src/d/d_insect.cpp | |
| parent | 3fa6b50e6ab76f8d6fed3c92a70084db2f0e221e (diff) | |
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup
* d_bg_w_kcol work
* make item name enum better
Diffstat (limited to 'src/d/d_insect.cpp')
| -rw-r--r-- | src/d/d_insect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_insect.cpp b/src/d/d_insect.cpp index 201d9ec2cd..f69f76334a 100644 --- a/src/d/d_insect.cpp +++ b/src/d/d_insect.cpp @@ -31,7 +31,7 @@ dInsect_c::dInsect_c() { field_0x56C = 0; mDraw = true; m_mode = 0; - m_itemNo = M_MAYFLY; + m_itemNo = fpcNm_ITEM_M_MAYFLY; field_0x584 = 0; field_0x585 = 0; } @@ -80,7 +80,7 @@ void dInsect_c::Insect_GetDemoMain() { mDraw = true; m_mode = 0; if (field_0x584 == 0) { - fopAcM_createItem(¤t.pos, HEART, -1, -1, NULL, NULL, 0); + fopAcM_createItem(¤t.pos, fpcNm_ITEM_HEART, -1, -1, NULL, NULL, 0); field_0x584 = 1; } } else { |
