b_gnd equivalent (#2340)

* b_gnd equivalent

* fix dEvt_info_c inlines

* fix some more inlines
This commit is contained in:
TakaRikka
2025-03-23 12:55:28 -07:00
committed by GitHub
parent 4dc0cd9d09
commit a4cdad86f4
178 changed files with 4611 additions and 5262 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ int dEvt_control_c::talkCheck(dEvt_order_c* p_order) {
(fopAcM_GetName(actor) == PROC_Tag_Mstop && ((daTagMstop_c*)actor)->checkNoAttention()) ||
fopAcM_GetName(actor) == PROC_MIDNA) {
daMidna_c* midna = (daMidna_c*)daPy_py_c::getMidnaActor();
if (!daPy_py_c::i_checkNowWolf() || midna->checkNoDraw()) {
if (!daPy_py_c::checkNowWolf() || midna->checkNoDraw()) {
event = "MHINT_TALK";
}
}