mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 06:59:18 +02:00
simulation time object
This commit is contained in:
6
Ground.h
6
Ground.h
@@ -300,11 +300,7 @@ class TGround
|
||||
// TGroundNode *nLastOfType[TP_LAST]; //ostatnia
|
||||
TSubRect srGlobal; // zawiera obiekty globalne (na razie wyzwalacze czasowe)
|
||||
int hh = 0,
|
||||
mm = 0,
|
||||
srh = 0,
|
||||
srm = 0,
|
||||
ssh = 0,
|
||||
ssm = 0; // ustawienia czasu
|
||||
mm = 0; // ustawienia czasu
|
||||
// int tracks,tracksfar; //liczniki torów
|
||||
typedef std::unordered_map<std::string, TEvent *> event_map;
|
||||
event_map m_eventmap;
|
||||
|
||||
Reference in New Issue
Block a user