From 106bb7fcadf637cec883648916cc8d19529d6199 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 23 Nov 2024 22:33:03 +0100 Subject: ui improvements --- src/include/world.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/world.h') 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) -- cgit v1.2.3-70-g09d2