mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Clean up dComIfGp_evmng_getMyActIdx calls
This commit is contained in:
+1
-1
@@ -4051,7 +4051,7 @@ bool dCamera_c::eventCamera(s32) {
|
||||
m100 = 0;
|
||||
m11C = 0;
|
||||
}
|
||||
lVar12 = dComIfGp_evmng_getMyActIdx(mEventData.mStaffIdx, ActionNames, ARRAY_SIZE(ActionNames), 0, 0);
|
||||
lVar12 = dComIfGp_evmng_getMyActIdx(mEventData.mStaffIdx, ActionNames, ARRAY_SIZE(ActionNames), FALSE, 0);
|
||||
}
|
||||
else {
|
||||
mEventData.mStaffIdx = -1;
|
||||
|
||||
Reference in New Issue
Block a user