mirror of
https://github.com/sm64pc/sm64pc.git
synced 2025-04-12 00:05:59 +02:00
Fixed typo in comment
This commit is contained in:
parent
875d7a9b3c
commit
2e332c9316
@ -234,7 +234,7 @@ static struct Option optsControls[] = {
|
||||
DEF_OPT_BIND( bindStr[13], configKeyStickDown ),
|
||||
DEF_OPT_BIND( bindStr[14], configKeyStickLeft ),
|
||||
DEF_OPT_BIND( bindStr[15], configKeyStickRight ),
|
||||
// max deadzone is 31000; this is less than the max range of 32768, but this
|
||||
// max deadzone is 31000; this is less than the max range of ~32768, but this
|
||||
// way, the player can't accidentally lock themselves out of using the stick
|
||||
DEF_OPT_SCROLL( bindStr[16], &configStickDeadzone, 0, 100, 1 ),
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user