date.c
changeset 4830 668bcb0a30b2
parent 4346 66105d4f6e83
child 4972 c7f92c6b74e4
--- a/date.c	Thu Oct 12 14:48:36 2006 +0000
+++ b/date.c	Thu Oct 12 14:59:27 2006 +0000
@@ -254,9 +254,7 @@
 		TownsMonthlyLoop();
 		IndustryMonthlyLoop();
 		StationMonthlyLoop();
-#ifdef ENABLE_NETWORK
 		if (_network_server) NetworkServerMonthlyLoop();
-#endif /* ENABLE_NETWORK */
 	}
 
 	/* check if we entered a new year? */
@@ -269,9 +267,7 @@
 	RoadVehiclesYearlyLoop();
 	AircraftYearlyLoop();
 	ShipsYearlyLoop();
-#ifdef ENABLE_NETWORK
 	if (_network_server) NetworkServerYearlyLoop();
-#endif /* ENABLE_NETWORK */
 
 	/* check if we reached end of the game */
 	if (_cur_year == _patches.ending_year) {