0 as default for unused mouse button seems safe.

This commit is contained in:
Steve 2016-04-11 08:45:09 +01:00
parent 8e6fcf81fa
commit 0150a8e1a1
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@
"mouse" : {
"CONTROL_FIRE" : 1,
"CONTROL_ACCELERATE" : 3,
"CONTROL_BOOST" : -1,
"CONTROL_ECM" : -1,
"CONTROL_BRAKE" : -1,
"CONTROL_TARGET" : -1,
"CONTROL_BOOST" : 0,
"CONTROL_ECM" : 0,
"CONTROL_BRAKE" : 0,
"CONTROL_TARGET" : 0,
"CONTROL_MISSILE" : 2,
"CONTROL_GUNS" : 4,
"CONTROL_RADAR" : 5,