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

build 180131. support for nested material attribute definitions, minor bug fixes, refactoring and master branch unifications

This commit is contained in:
tmj-fstate
2018-01-31 16:07:50 +01:00
parent 6696a3536d
commit 23761dc665
20 changed files with 172 additions and 164 deletions

View File

@@ -269,6 +269,7 @@ private:
};
struct pantograph_sounds {
// TODO: split pantograph sound into one for contact of arm with the wire, and electric arc sound
sound_source sPantUp { sound_placement::external };
sound_source sPantDown { sound_placement::external };
};
@@ -455,7 +456,7 @@ private:
TDynamicObject();
~TDynamicObject();
// zwraca długość pojazdu albo 0, jeśli błąd
double TDynamicObject::Init(
double Init(
std::string Name, std::string BaseDir, std::string asReplacableSkin, std::string Type_Name,
TTrack *Track, double fDist, std::string DriverType, double fVel, std::string TrainName,
float Load, std::string LoadType, bool Reversed, std::string);