summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-05 18:26:47 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-05 18:26:47 +0100
commitb8229df5ab46911320e4ed25bba8444a1d1f3574 (patch)
tree0214d89d78deb6485004dc658203f889a6c1e7cf /src/include
parent395aa3f2b53550b9575dde1f5d2fb7494c21addf (diff)
performance fix
Diffstat (limited to 'src/include')
-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