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

Hamulce przestawione na map -2..10. Sprawdzanie movera

Mover sprawdzony do IncMainCtrl.
This commit is contained in:
firleju
2016-11-23 13:10:18 +01:00
parent f22117f4ea
commit 92b483cded
4 changed files with 128 additions and 130 deletions

View File

@@ -15,7 +15,7 @@ http://mozilla.org/MPL/2.0/.
#include "hamulce.h"
#include <string>
#include <mctools.h>
#include <map>
/*
MaSzyna EU07 locomotive simulator
@@ -321,7 +321,7 @@ struct TBrakePressure
TBrakeSystem BrakeType;
};
typedef TBrakePressure TBrakePressureTable[MainBrakeMaxPos];
typedef std::map<int,TBrakePressure> TBrakePressureTable;
/*typy napedow*/