From b8229df5ab46911320e4ed25bba8444a1d1f3574 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 5 Dec 2024 18:26:47 +0100 Subject: performance fix --- src/include/world.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/include/world.h') 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 -- cgit v1.2.3-70-g09d2