mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 05:29:18 +02:00
Dodane zapamiętywanie ograniczeń róznych typów i wybór z najmniejszego
This commit is contained in:
10
Event.cpp
10
Event.cpp
@@ -353,11 +353,11 @@ void TEvent::Load(cParser *parser, vector3 *org)
|
||||
bEnabled = false;
|
||||
Params[6].asCommand = cm_ShuntVelocity;
|
||||
}
|
||||
else if (str == "SetProximityVelocity")
|
||||
{
|
||||
bEnabled = false;
|
||||
Params[6].asCommand = cm_SetProximityVelocity;
|
||||
}
|
||||
//else if (str == "SetProximityVelocity")
|
||||
//{
|
||||
// bEnabled = false;
|
||||
// Params[6].asCommand = cm_SetProximityVelocity;
|
||||
//}
|
||||
else if (str == "OutsideStation")
|
||||
{
|
||||
bEnabled = false; // ma byæ skanowny, aby AI nie przekracza³o W5
|
||||
|
||||
Reference in New Issue
Block a user