summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc.c b/misc.c
index 2a57f73ba..06e790019 100644
--- a/misc.c
+++ b/misc.c
@@ -542,6 +542,8 @@ void IncreaseDate()
/* yeah, increse day counter and call various daily loops */
_date++;
+ NetworkGameChangeDate(_date);
+
_vehicle_id_ctr_day = 0;
DisasterDailyLoop();