mirror of
https://gitlab.com/klmp200/LO41.git
synced 2025-07-18 15:49:28 +00:00
Merge branch 'master' into 'bro'
# Conflicts: # Elevator/Elevator.c
This commit is contained in:
@ -29,6 +29,7 @@ void * runnable_Resident(void * void_this){
|
||||
printf("Résident %s : Je reste chez moi\n", this->name);
|
||||
else
|
||||
data->main_building->go_to_floor(data->main_building, this->position, this->destination, passenger);
|
||||
data->decrement_active_passengers(data);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user