From 80e16c93ffd5ac868aae42e32b5af29fdf956595 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 1 Dec 2024 10:53:34 +0100 Subject: close #32 --- 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 250e235..1efa553 100644 --- a/src/include/world.h +++ b/src/include/world.h @@ -144,7 +144,7 @@ typedef struct t_employee char name[MAX_EMPLOYEE_NAME_LENGTH]; u8 age; struct tm hire_date; - u8 experience; + float experience; float salary; float happiness; // 0-1 s16 days_below_happiness_treshold; @@ -264,7 +264,7 @@ typedef enum t_event_type EVENT_TYPE_MISSED_SHIPMENT_NO_ASSIGNEE, // go to schedule EVENT_TYPE_EMPLOYEE_QUIT, // go to schedule EVENT_TYPE_FINED, // go to employee detail - + EVENT_TYPE_INFO, // not clickable } event_type; -- cgit v1.2.3-70-g09d2