mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 00:09:19 +02:00
ai alert mode
This commit is contained in:
11
Driver.h
11
Driver.h
@@ -30,7 +30,16 @@ enum TOrders
|
||||
Obey_train = 1 << 7, // tryb pociągowy
|
||||
Bank = 1 << 8, // assist mode
|
||||
// others
|
||||
Jump_to_first_order = 1 << 9 // zapęlenie do pierwszej pozycji (po co?)
|
||||
Jump_to_first_order = 1 << 9, // zapęlenie do pierwszej pozycji (po co?)
|
||||
};
|
||||
|
||||
// TSignals is shifted into TMovementStatus
|
||||
enum TSignals
|
||||
{
|
||||
Signal_START = 30,
|
||||
Signal_Pc6 = 30,
|
||||
Signal_A1 = 31,
|
||||
Signal_MAX = 31
|
||||
};
|
||||
|
||||
enum TMovementStatus
|
||||
|
||||
Reference in New Issue
Block a user