diff options
Diffstat (limited to 'src/include/world.h')
| -rw-r--r-- | src/include/world.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/world.h b/src/include/world.h index 4f8af10..11c8ab3 100644 --- a/src/include/world.h +++ b/src/include/world.h @@ -29,8 +29,8 @@ typedef struct t_world_location world_location;
typedef struct t_employee employee;
-#define WORK_HOUR_START 8
-#define WORK_HOUR_END 20
+#define WORK_HOUR_START 0
+#define WORK_HOUR_END 24
#define TIME_SLOTS_PER_HOUR 4
#define TIME_SLOTS_PER_DAY ((WORK_HOUR_END-WORK_HOUR_START)*TIME_SLOTS_PER_HOUR)
#define TIME_SLOTS_PER_WEEK (TIME_SLOTS_PER_DAY*7)
|
