misc.c
changeset 690 3afcad69d4f7
parent 679 04ca2cd69420
child 695 5f5be150296f
--- a/misc.c	Thu Dec 16 12:30:13 2004 +0000
+++ b/misc.c	Thu Dec 16 13:59:23 2004 +0000
@@ -7,6 +7,8 @@
 #include "assert.h"
 #include "saveload.h"
 #include "network.h"
+#include "network_data.h"
+#include "network_server.h"
 
 extern void StartupEconomy();
 extern void InitNewsItemStructs();
@@ -667,6 +669,10 @@
 		TownsMonthlyLoop();
 		IndustryMonthlyLoop();
 		StationMonthlyLoop();
+#ifdef ENABLE_NETWORK
+		if (_network_server)
+			NetworkServerMonthlyLoop();
+#endif /* ENABLE_NETWORK */
 	}
 
 	/* check if we entered a new year? */