From bead4eefea72f5a77443236b799c0aa6a3b76d97 Mon Sep 17 00:00:00 2001 From: ceski <56656010+ceski-1@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:26:43 -0800 Subject: [PATCH] Rename "Invert" to "Invert Gyro" --- src/i_gyro.c | 4 ++-- src/mn_setup.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i_gyro.c b/src/i_gyro.c index 8d294f04..5da0302e 100644 --- a/src/i_gyro.c +++ b/src/i_gyro.c @@ -823,8 +823,8 @@ void I_BindGyroVaribales(void) BIND_NUM_GYRO(gyro_button_action, ACTION_ENABLE, ACTION_NONE, ACTION_RESET_INVERT, "Gyro button action (0 = None; 1 = Disable Gyro; 2 = Enable Gyro; " - "3 = Invert; 4 = Reset Camera; 5 = Reset / Disable Gyro; " - "6 = Reset / Enable Gyro; 7 = Reset / Invert)"); + "3 = Invert Gyro; 4 = Reset Camera; 5 = Reset / Disable Gyro; " + "6 = Reset / Enable Gyro; 7 = Reset / Invert Gyro)"); BIND_NUM_GYRO(gyro_stick_action, ACTION_NONE, ACTION_NONE, ACTION_ENABLE, "Camera stick action (0 = None; 1 = Disable Gyro; 2 = Enable Gyro)"); diff --git a/src/mn_setup.c b/src/mn_setup.c index 973dc8fe..98720c9e 100644 --- a/src/mn_setup.c +++ b/src/mn_setup.c @@ -3092,11 +3092,11 @@ static const char *gyro_action_strings[] = { "None", "Disable Gyro", "Enable Gyro", - "Invert", + "Invert Gyro", "Reset Camera", "Reset / Disable Gyro", "Reset / Enable Gyro", - "Reset / Invert" + "Reset / Invert Gyro" }; #define GYRO_SENS_STRINGS_SIZE (500 + 1)