Исправления и централизация работы кнопок на линии

This commit is contained in:
2023-01-29 20:50:12 +03:00
parent 848e3cfdcb
commit 819436e34d
3 changed files with 53 additions and 49 deletions

View File

@@ -493,10 +493,6 @@ void create_operation(struct robot_code *code, short barrel_id, const short star
if (hla_night_mode && barrels[barrel_id].flags.is_empty && dest_zone == get_first_night_zone()) {
barrels[barrel_id].flags.is_night = -1;
}
if (start_zone == 22) {
button_unload = 0;
}
}
short cmd_index = 0;