From b0f78a4911136dd95ef662dcd57dc4a245fd8488 Mon Sep 17 00:00:00 2001 From: Dillon Skaggs Date: Mon, 26 Aug 2024 12:29:34 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: UTIL_TRACELINE --- PAD/EnableAllControlActions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PAD/EnableAllControlActions.md b/PAD/EnableAllControlActions.md index 8f6edd47e..67941f7b7 100644 --- a/PAD/EnableAllControlActions.md +++ b/PAD/EnableAllControlActions.md @@ -5,10 +5,10 @@ ns: PAD ```c // 0xA5FFE9B05F199DE7 0xFC2F119F -void ENABLE_ALL_CONTROL_ACTIONS(int controlType); +void ENABLE_ALL_CONTROL_ACTIONS(int padIndex); ``` -``` +```c enum ePadType { PLAYER_CONTROL = 0, CAMERA_CONTROL,