summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/world.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/world.h b/src/include/world.h
index 58e41fa..4f11c5d 100644
--- a/src/include/world.h
+++ b/src/include/world.h
@@ -194,14 +194,15 @@ typedef struct t_active_job
s16 day;
s16 timeslot;
bool stay_at_destination;
- job_offer offer;
- employee assignee;
- truck assigned_truck;
time_t duration_sec;
time_t left_at;
time_t done_at;
bool reversed;
+ job_offer offer;
+ employee assignee;
+ truck assigned_truck;
+
// dynamic
vec2f px_pos;
bool is_hovered;