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

build 200806. configurable power transfer coupling type, train passenger information system announcement chime, getvalues event crash fix

This commit is contained in:
tmj-fstate
2020-08-11 17:03:28 +02:00
parent 3e1f4aa7bf
commit 82ebe1ab4a
7 changed files with 50 additions and 58 deletions

View File

@@ -156,6 +156,7 @@ enum class announcement_t : int {
current,
next,
destination,
chime,
end
};
@@ -720,7 +721,8 @@ private:
void OverheadTrack(float o);
glm::dvec3 get_future_movement() const;
void move_set(double distance);
void announce( announcement_t const Announcement );
// playes specified announcement, potentially preceding it with a chime
void announce( announcement_t const Announcement, bool const Chime = true );
double MED[9][8]; // lista zmiennych do debugowania hamulca ED
static std::string const MED_labels[ 8 ];