16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 20:19:18 +02:00

build 191014. minor bug fixes

This commit is contained in:
tmj-fstate
2019-10-14 22:39:34 +02:00
parent 59df08dbee
commit 0b2193c7d3
3 changed files with 17 additions and 3 deletions

View File

@@ -6601,7 +6601,7 @@ bool TTrain::Update( double const Deltatime )
ggSpeedControlIncreaseButton.Update();
ggSpeedControlDecreaseButton.Update();
ggSpeedControlPowerIncreaseButton.Update();
ggSpeedControlDecreaseButton.Update();
ggSpeedControlPowerDecreaseButton.Update();
for (auto &speedctrlbutton : ggSpeedCtrlButtons) {
speedctrlbutton.Update();
}

View File

@@ -247,7 +247,21 @@ driverkeyboard_input::default_bindings() {
// springbrakeshutoffenable,
// springbrakeshutoffdisable,
// springbrakerelease,
// distancecounteractivate
// distancecounteractivate,
// speedcontrolincrease,
// speedcontroldecrease,
// speedcontrolpowerincrease,
// speedcontrolpowerdecrease,
// speedcontrolbutton0,
// speedcontrolbutton1,
// speedcontrolbutton2,
// speedcontrolbutton3,
// speedcontrolbutton4,
// speedcontrolbutton5,
// speedcontrolbutton6,
// speedcontrolbutton7,
// speedcontrolbutton8,
// speedcontrolbutton9,
};
}

View File

@@ -1,5 +1,5 @@
#pragma once
#define VERSION_MAJOR 19
#define VERSION_MINOR 1004
#define VERSION_MINOR 1014
#define VERSION_REVISION 0