mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 12:08:37 -04:00
tbox/camera/d_bg_w_kcol work and cleanup (#2262)
* some camera/tbox cleanup * d_bg_w_kcol work * make item name enum better
This commit is contained in:
@@ -500,7 +500,7 @@ void daArrow_c::setBombMoveEffect() {
|
||||
bool daArrow_c::checkReget() {
|
||||
if (field_0x7cc.ChkCoHit()) {
|
||||
dComIfGp_setItemArrowNumCount(1);
|
||||
fopAcM_createItemForSimpleDemo(¤t.pos, ARROW_1, -1, NULL, NULL, 0.0f, 0.0f);
|
||||
fopAcM_createItemForSimpleDemo(¤t.pos, fpcNm_ITEM_ARROW_1, -1, NULL, NULL, 0.0f, 0.0f);
|
||||
mDoAud_seStart(Z2SE_CONSUMP_ITEM_GET, 0, 0, 0);
|
||||
field_0x93f = 1;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user