16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 11:39:19 +02:00

New function for speed comparisons based on Min0R.

Working LimitVelocity.
This commit is contained in:
firleju
2015-11-09 06:52:02 +01:00
parent 70f1f7bcad
commit 584d063f54
4 changed files with 67 additions and 16 deletions

View File

@@ -313,6 +313,7 @@ class Global
static bool AddToQuery(TEvent *event, TDynamicObject *who);
static bool DoEvents();
static AnsiString Bezogonkow(AnsiString str, bool _ = false);
static double Min0RSpeed(double vel1, double vel2);
};
//---------------------------------------------------------------------------