mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 13:59:19 +02:00
move vehicle param window to vehicle list, add radiostop button
This commit is contained in:
6
DynObj.h
6
DynObj.h
@@ -479,10 +479,8 @@ private:
|
||||
int GetPneumatic(bool front, bool red);
|
||||
void SetPneumatic(bool front, bool red);
|
||||
std::string asName;
|
||||
std::string name() const {
|
||||
return this ?
|
||||
asName :
|
||||
std::string(); };
|
||||
const std::string &name() const {
|
||||
return asName; }
|
||||
std::string asBaseDir;
|
||||
|
||||
// std::ofstream PneuLogFile; //zapis parametrow pneumatycznych
|
||||
|
||||
Reference in New Issue
Block a user