mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Implement OSTC4 specific settings
Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
5a4e1a5586
commit
f14ad7f183
5 changed files with 142 additions and 35 deletions
|
|
@ -60,6 +60,7 @@ public:
|
|||
int aGFLow;
|
||||
int aGFHigh;
|
||||
int aGFSelectable;
|
||||
int vpmConservatism;
|
||||
int saturation;
|
||||
int desaturation;
|
||||
int lastDeco;
|
||||
|
|
@ -88,8 +89,10 @@ public:
|
|||
int alarmDepth;
|
||||
int leftButtonSensitivity;
|
||||
int rightButtonSensitivity;
|
||||
int buttonSensitivity;
|
||||
int bottomGasConsumption;
|
||||
int decoGasConsumption;
|
||||
int travelGasConsumption;
|
||||
bool modWarning;
|
||||
bool dynamicAscendRate;
|
||||
bool graphicalSpeedIndicator;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue