mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-15 12:08:37 -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:
@@ -218,11 +218,10 @@ void daObjNameplate_c::messageProc() {
|
||||
break;
|
||||
|
||||
case 1:
|
||||
dComIfG_play_c& play = g_dComIfG_gameInfo.play;
|
||||
if (play.getEvent().runCheck() && eventInfo.checkCommandTalk() != 0 &&
|
||||
if (dComIfGp_event_runCheck() && eventInfo.checkCommandTalk() != 0 &&
|
||||
mMsgFlow.doFlow(this, NULL, 0) != 0)
|
||||
{
|
||||
play.getEvent().reset();
|
||||
dComIfGp_event_reset();
|
||||
mShowMessage = 0;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user