mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-29 23:27:25 -04:00
remove "duplicated" inlines (#2099)
* fix f_op_actor_mng inlines * fix f_pc inlines * fix d_a_alink weak func signatures * fix d_com_inf_game inlines * fix some more inlines * fix rest of player inlines * m_Do / JSystem inlines fixed * fix upstream changes
This commit is contained in:
@@ -250,8 +250,8 @@ int dCamera_c::EndEventCamera(int param_0) {
|
||||
i_clrFlag(0x20000000);
|
||||
mEventData.field_0x0 = 1;
|
||||
|
||||
if (i_dComIfGp_getEvent().runCheck()) {
|
||||
i_dComIfGp_getEventManager().setCameraPlay(2);
|
||||
if (dComIfGp_getEvent().runCheck()) {
|
||||
dComIfGp_getEventManager().setCameraPlay(2);
|
||||
}
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user