mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-10 12:55:02 -04:00
minor inline cleanup
This commit is contained in:
@@ -397,7 +397,7 @@ int dEvent_manager_c::getMyStaffId(const char* name, fopAc_ac_c* actor, int tagI
|
||||
if (mList.getHeaderP() == NULL)
|
||||
return -1;
|
||||
|
||||
if (actor && !fopAcM_checkStatus(actor, fopAcStts_FORCEMOVE_e))
|
||||
if (actor && !fopAcM_CheckStatus(actor, fopAcStts_FORCEMOVE_e))
|
||||
return -1;
|
||||
|
||||
for (s32 i = 0; i < mList.getEventNum(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user