summaryrefslogtreecommitdiff
path: root/src/include/world.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 10:53:34 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 10:53:34 +0100
commit80e16c93ffd5ac868aae42e32b5af29fdf956595 (patch)
tree4283fa388b61ceb538cf89a31f6f085f62dfd0c8 /src/include/world.h
parent00f5fdada11870fad11020902b3f380179394be1 (diff)
close #32
Diffstat (limited to 'src/include/world.h')
-rw-r--r--src/include/world.h4
1 files changed, 2 insertions, 2 deletions
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;