mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
maintenance: string search methods
This commit is contained in:
@@ -5130,7 +5130,7 @@ void TController::OrdersInit(double fVel)
|
||||
+ ", " + std::to_string(t->Dh) + ":" + std::to_string(t->Dm)
|
||||
+ " " + t->StationWare);
|
||||
}
|
||||
if (t->StationWare.find('@') != std::string::npos)
|
||||
if ( contains( t->StationWare, '@' ) )
|
||||
{ // zmiana kierunku i dalsza jazda wg rozk?adu
|
||||
if (iDrivigFlags & movePushPull) // SZT również! SN61 zależnie od wagonów...
|
||||
{ // jeśli skład zespolony, wystarczy zmienić kierunek jazdy
|
||||
|
||||
Reference in New Issue
Block a user