Rename "Invert" to "Invert Gyro"

This commit is contained in:
ceski 2025-02-13 09:26:43 -08:00
parent d986f989f0
commit bead4eefea
2 changed files with 4 additions and 4 deletions

View File

@ -823,8 +823,8 @@ void I_BindGyroVaribales(void)
BIND_NUM_GYRO(gyro_button_action, BIND_NUM_GYRO(gyro_button_action,
ACTION_ENABLE, ACTION_NONE, ACTION_RESET_INVERT, ACTION_ENABLE, ACTION_NONE, ACTION_RESET_INVERT,
"Gyro button action (0 = None; 1 = Disable Gyro; 2 = Enable Gyro; " "Gyro button action (0 = None; 1 = Disable Gyro; 2 = Enable Gyro; "
"3 = Invert; 4 = Reset Camera; 5 = Reset / Disable Gyro; " "3 = Invert Gyro; 4 = Reset Camera; 5 = Reset / Disable Gyro; "
"6 = Reset / Enable Gyro; 7 = Reset / Invert)"); "6 = Reset / Enable Gyro; 7 = Reset / Invert Gyro)");
BIND_NUM_GYRO(gyro_stick_action, BIND_NUM_GYRO(gyro_stick_action,
ACTION_NONE, ACTION_NONE, ACTION_ENABLE, ACTION_NONE, ACTION_NONE, ACTION_ENABLE,
"Camera stick action (0 = None; 1 = Disable Gyro; 2 = Enable Gyro)"); "Camera stick action (0 = None; 1 = Disable Gyro; 2 = Enable Gyro)");

View File

@ -3092,11 +3092,11 @@ static const char *gyro_action_strings[] = {
"None", "None",
"Disable Gyro", "Disable Gyro",
"Enable Gyro", "Enable Gyro",
"Invert", "Invert Gyro",
"Reset Camera", "Reset Camera",
"Reset / Disable Gyro", "Reset / Disable Gyro",
"Reset / Enable Gyro", "Reset / Enable Gyro",
"Reset / Invert" "Reset / Invert Gyro"
}; };
#define GYRO_SENS_STRINGS_SIZE (500 + 1) #define GYRO_SENS_STRINGS_SIZE (500 + 1)