mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
build 180831. vehicle debug panel content cleanup, configurable ui panel opacity, ai coasting logic tweaks
This commit is contained in:
@@ -1236,7 +1236,7 @@ public:
|
||||
double ManualBrakeRatio(void);
|
||||
double PipeRatio(void);/*ile napelniac*/
|
||||
double RealPipeRatio(void);/*jak szybko*/
|
||||
double BrakeVP(void);
|
||||
double BrakeVP(void) const;
|
||||
|
||||
/*! przesylanie komend sterujacych*/
|
||||
bool SendCtrlBroadcast(std::string CtrlCommand, double ctrlvalue);
|
||||
|
||||
@@ -989,7 +989,7 @@ double TMoverParameters::ManualBrakeRatio(void)
|
||||
// Q: 20160713
|
||||
// Zwraca objętość
|
||||
// *****************************************************************************
|
||||
double TMoverParameters::BrakeVP(void)
|
||||
double TMoverParameters::BrakeVP(void) const
|
||||
{
|
||||
if (BrakeVVolume > 0)
|
||||
return Volume / (10.0 * BrakeVVolume);
|
||||
|
||||
Reference in New Issue
Block a user