1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2026-05-13 12:38:12 +00:00

30 personnes !

This commit is contained in:
Aethor
2018-06-22 01:35:46 +02:00
parent fe32aba7c8
commit 3e73835b81
+1 -1
View File
@@ -11,7 +11,7 @@
#include "../Passenger/Passenger.h"
//#define MAX_ELEVATOR_CAPACITY 10
#define MAX_ELEVATOR_CAPACITY 10
#define MAX_ELEVATOR_CAPACITY 12
typedef enum {RUNNING, WAITING, SLEEPING, BROKEN} ELEVATOR_STATE;