diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-23 22:33:03 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-23 22:33:03 +0100 |
| commit | 106bb7fcadf637cec883648916cc8d19529d6199 (patch) | |
| tree | 1f1b613c215d07ff9b058e33e01827d89dea02b8 /src/include | |
| parent | 6f7374c2fa58c8692b51018864b802e6b876d305 (diff) | |
ui improvements
Diffstat (limited to 'src/include')
| -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)
|
