diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-02 19:39:19 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-12-02 19:39:19 +0100 |
| commit | e953d6fc634ed445332f9fdc47c9c4a6a205ea75 (patch) | |
| tree | 87dd3d8e9903e6e6f6ce73a5dc6a81eff7a05eb5 /src/include | |
| parent | fd7c29424979f43bdc0c330f4c6f471c205dc78c (diff) | |
save file writing
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/world.h | 7 |
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;
|
