mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
Rename "Invert" to "Invert Gyro"
This commit is contained in:
parent
d986f989f0
commit
bead4eefea
@ -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)");
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user