mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 11:39:19 +02:00
build 170507. vs2015 compliance
This commit is contained in:
4
Driver.h
4
Driver.h
@@ -173,8 +173,8 @@ class TController
|
|||||||
double fLastVel = 0.0; // prędkość na poprzednio sprawdzonym torze
|
double fLastVel = 0.0; // prędkość na poprzednio sprawdzonym torze
|
||||||
TTrack *tLast = nullptr; // ostatni analizowany tor
|
TTrack *tLast = nullptr; // ostatni analizowany tor
|
||||||
TEvent *eSignSkip = nullptr; // można pominąć ten SBL po zatrzymaniu
|
TEvent *eSignSkip = nullptr; // można pominąć ten SBL po zatrzymaniu
|
||||||
std::size_t SemNextIndex{ -1 };
|
std::size_t SemNextIndex{ std::size_t(-1) };
|
||||||
std::size_t SemNextStopIndex{ -1 };
|
std::size_t SemNextStopIndex{ std::size_t( -1 ) };
|
||||||
private: // parametry aktualnego składu
|
private: // parametry aktualnego składu
|
||||||
double fLength = 0.0; // długość składu (do wyciągania z ograniczeń)
|
double fLength = 0.0; // długość składu (do wyciągania z ograniczeń)
|
||||||
double fMass = 0.0; // całkowita masa do liczenia stycznej składowej grawitacji
|
double fMass = 0.0; // całkowita masa do liczenia stycznej składowej grawitacji
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ private:
|
|||||||
|
|
||||||
|
|
||||||
// members:
|
// members:
|
||||||
GLuint m_fontbase{ -1 }; // numer DL dla znaków w napisach
|
GLuint m_fontbase{ (GLuint)-1 }; // numer DL dla znaków w napisach
|
||||||
float m_progress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations.
|
float m_progress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations.
|
||||||
float m_subtaskprogress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations.
|
float m_subtaskprogress{ 0.0f }; // percentage of filled progres bar, to indicate lengthy operations.
|
||||||
texture_manager::size_type m_background; // path to texture used as the background. size depends on mAspect.
|
texture_manager::size_type m_background; // path to texture used as the background. size depends on mAspect.
|
||||||
|
|||||||
Reference in New Issue
Block a user