summaryrefslogtreecommitdiff
path: root/src/include/world.h
diff options
context:
space:
mode:
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;