Skip to content

Commit

Permalink
Enable the joystick stretch corners option by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
blast007 committed Aug 8, 2023
1 parent 84148a0 commit bc7c7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bzflag/defaultBZDB.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DefaultDBItem defaultDBItems[] =
{ "jsInvertAxes", "0", true, StateDatabase::ReadWrite, NULL },
{ "jsRangeMax", "100", true, StateDatabase::ReadWrite, NULL },
{ "jsRangeMin", "5", true, StateDatabase::ReadWrite, NULL },
{ "jsStretchCorners", "0", true, StateDatabase::ReadWrite, NULL },
{ "jsStretchCorners", "1", true, StateDatabase::ReadWrite, NULL },
{ "jsRampType", "linear", true, StateDatabase::ReadWrite, NULL },
{ "cpanelfontsize", "0", true, StateDatabase::ReadWrite, NULL },
{ "controlPanelTimestamp", "0", true, StateDatabase::ReadWrite, NULL },
Expand Down

0 comments on commit bc7c7bc

Please sign in to comment.