mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 00:09:18 +02:00
celestial bodies scaling tweak, driver cab included in the compartment lighting system
This commit is contained in:
1
Driver.h
1
Driver.h
@@ -255,6 +255,7 @@ private:
|
||||
sound_source tsGuardSignal { sound_placement::internal };
|
||||
std::array<int, 2> m_lighthints { -1 }; // suggested light patterns
|
||||
public:
|
||||
int HelperState = 0; //stan pomocnika maszynisty
|
||||
double AccPreferred = 0.0; // preferowane przyspieszenie (wg psychiki kierującego, zmniejszana przy wykryciu kolizji)
|
||||
double AccDesired = AccPreferred; // przyspieszenie, jakie ma utrzymywać (<0:nie przyspieszaj,<-0.1:hamuj)
|
||||
double VelDesired = 0.0; // predkość, z jaką ma jechać, wynikająca z analizy tableki; <=VelSignal
|
||||
|
||||
Reference in New Issue
Block a user