16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 17:29:18 +02:00

ai order list size increase, random overcast value, minor bug fixes

This commit is contained in:
tmj-fstate
2018-10-02 22:38:01 +02:00
parent 913541bbee
commit 044e3c921a
3 changed files with 16 additions and 8 deletions

View File

@@ -167,7 +167,7 @@ static const bool Aggressive = true;
static const bool Easyman = false;
static const bool AIdriver = true;
static const bool Humandriver = false;
static const int maxorders = 32; // ilość rozkazów w tabelce
static const int maxorders = 64; // ilość rozkazów w tabelce
static const int maxdriverfails = 4; // ile błędów może zrobić AI zanim zmieni nastawienie
extern bool WriteLogFlag; // logowanie parametrów fizycznych
static const int BrakeAccTableSize = 20;