mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 20:43:07 -04:00
Resolve all gameInfo fakematches (#2995)
* Clean up various inlines/fakematches/comments * Copy OptRuby inline name from TWW debug * Resolve all dEvt_control_c related fakematches, return pointer instead of reference * Fix some more missing inline usages
This commit is contained in:
@@ -279,7 +279,7 @@ bool daNpcDrSol_c::wait(void* param_0) {
|
||||
mMode = 2;
|
||||
break;
|
||||
case 2:
|
||||
if (dComIfGp_event_runCheck() != 0 && eventInfo.checkCommandTalk()) {
|
||||
if (dComIfGp_event_runCheck() && eventInfo.checkCommandTalk()) {
|
||||
if (!dComIfGp_event_chkTalkXY() || dComIfGp_evmng_ChkPresentEnd()) {
|
||||
setAction(&daNpcDrSol_c::talk);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user