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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/world.h b/src/include/world.h
index b11f43c..5daf88b 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -161,6 +161,9 @@ typedef struct t_employee
color hair_color;
color face_color;
color body_color;
+
+ // not saved
+ float current_scheduled_weekly_hours;
} employee;
#define RESUME_FADEOUT_MS 300