mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 09:19:18 +02:00
remove smooth brake control for levers other than FV4a
This commit is contained in:
@@ -138,7 +138,8 @@ struct global_settings {
|
||||
int iFeedbackPort{ 0 }; // dodatkowy adres dla informacji zwrotnych
|
||||
bool InputGamepad{ true }; // whether gamepad support is enabled
|
||||
bool InputMouse{ true }; // whether control pick mode can be activated
|
||||
double fBrakeStep{ 1.0 }; // krok zmiany hamulca dla klawiszy [Num3] i [Num9]
|
||||
double fBrakeStep { 1.0 }; // krok zmiany hamulca innych niż FV4a dla klawiszy [Num3] i [Num9]
|
||||
double brake_speed { 3.0 }; // prędkość przesuwu hamulca dla FV4a
|
||||
// parametry kalibracyjne wejść z pulpitu
|
||||
double fCalibrateIn[ 6 ][ 6 ] = {
|
||||
{ 0, 1, 0, 0, 0, 0 },
|
||||
|
||||
Reference in New Issue
Block a user