16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 08:49:18 +02:00

semaphore with stop signal marked on minimap, number of icons increased to 5

This commit is contained in:
milek7
2019-09-19 23:13:45 +02:00
parent 3b623c4506
commit 5d193b40ff
5 changed files with 18 additions and 7 deletions

View File

@@ -71,6 +71,7 @@ node_groups::update_map()
map::Objects.entries.push_back(sem_info);
sem_info->location = node->location();
sem_info->memcell = static_cast<TMemCell*>(node);
sem_info->name = sem_name;
for (basic_event *event : group.events) {