mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 02:29:59 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
+2
-2
@@ -45,7 +45,7 @@ void dInsect_c::Insect_GetDemoMain() {
|
||||
cLib_offBit<u32>(attention_info.flags, 0x10);
|
||||
fopAcM_cancelCarryNow(this);
|
||||
fopAcM_orderItemEvent(this, 0, 0);
|
||||
eventInfo.i_onCondition(dEvtCnd_CANGETITEM_e);
|
||||
eventInfo.onCondition(dEvtCnd_CANGETITEM_e);
|
||||
|
||||
m_itemId = fopAcM_createItemForTrBoxDemo(¤t.pos, m_itemNo, -1,
|
||||
fopAcM_GetRoomNo(this), NULL, NULL);
|
||||
@@ -68,7 +68,7 @@ void dInsect_c::Insect_GetDemoMain() {
|
||||
m_mode = 2;
|
||||
} else {
|
||||
fopAcM_orderItemEvent(this, 0, 0);
|
||||
eventInfo.i_onCondition(dEvtCnd_CANGETITEM_e);
|
||||
eventInfo.onCondition(dEvtCnd_CANGETITEM_e);
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user