src/command.h
changeset 7066 e5d16aa8d6ca
parent 6990 136a08baf0ed
child 7222 d46753675bf7
equal deleted inserted replaced
7065:c4af68a29fce 7066:e5d16aa8d6ca
   153 	CMD_SET_GROUP_REPLACE_PROTECTION = 126,
   153 	CMD_SET_GROUP_REPLACE_PROTECTION = 126,
   154 
   154 
   155 	CMD_MOVE_ORDER                   = 127,
   155 	CMD_MOVE_ORDER                   = 127,
   156 	CMD_CHANGE_TIMETABLE             = 128,
   156 	CMD_CHANGE_TIMETABLE             = 128,
   157 	CMD_SET_VEHICLE_ON_TIME          = 129,
   157 	CMD_SET_VEHICLE_ON_TIME          = 129,
       
   158 	CMD_AUTOFILL_TIMETABLE           = 130,
   158 };
   159 };
   159 
   160 
   160 enum {
   161 enum {
   161 	DC_EXEC            = 0x01,
   162 	DC_EXEC            = 0x01,
   162 	DC_AUTO            = 0x02, ///< don't allow building on structures
   163 	DC_AUTO            = 0x02, ///< don't allow building on structures