diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-05 18:26:47 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-05 18:26:47 +0100 |
| commit | b8229df5ab46911320e4ed25bba8444a1d1f3574 (patch) | |
| tree | 0214d89d78deb6485004dc658203f889a6c1e7cf /src/include | |
| parent | 395aa3f2b53550b9575dde1f5d2fb7494c21addf (diff) | |
performance fix
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/world.h | 3 |
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
|
