mirror of
https://github.com/zeldaret/tp
synced 2026-06-20 16:21:22 -04:00
b_gnd equivalent (#2340)
* b_gnd equivalent * fix dEvt_info_c inlines * fix some more inlines
This commit is contained in:
@@ -194,7 +194,7 @@ int daItemKantera_c::initActionOrderGetDemo() {
|
||||
mCcCyl.OffCoSPrmBit(1);
|
||||
hide();
|
||||
fopAcM_orderItemEvent(this, 0, 0);
|
||||
eventInfo.i_onCondition(8);
|
||||
eventInfo.onCondition(8);
|
||||
field_0x92c = fopAcM_createItemForTrBoxDemo(¤t.pos, m_itemNo, -1, fopAcM_GetRoomNo(this),
|
||||
NULL, NULL);
|
||||
setStatus(2);
|
||||
@@ -210,7 +210,7 @@ int daItemKantera_c::actionOrderGetDemo() {
|
||||
}
|
||||
} else {
|
||||
fopAcM_orderItemEvent(this, 0, 0);
|
||||
eventInfo.i_onCondition(8);
|
||||
eventInfo.onCondition(8);
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user