rail_cmd.c
changeset 1093 e8d26c7dc42f
parent 1084 16db2b52597e
child 1095 90220990fd7c
--- a/rail_cmd.c	Sat Jan 22 19:41:30 2005 +0000
+++ b/rail_cmd.c	Sat Jan 22 20:23:18 2005 +0000
@@ -777,7 +777,7 @@
 }
 
 // delete waypoints after a while
-void WaypointsDailyLoop()
+void WaypointsDailyLoop(void)
 {
 	Waypoint *cp;
 	for(cp = _waypoints; cp != endof(_waypoints); cp++) {
@@ -2276,7 +2276,7 @@
 	return 0;
 }
 
-void InitializeRail()
+void InitializeRail(void)
 {
 	_last_built_train_depot_tile = 0;
 }