src/depot.cpp
branchgamebalance
changeset 9895 7bd07f43b0e3
parent 6451 7baba06b4b85
child 6307 f40e88cff863
child 6719 4cc327ad39d5
--- a/src/depot.cpp	Mon Mar 19 09:33:17 2007 +0000
+++ b/src/depot.cpp	Mon Mar 19 12:38:16 2007 +0000
@@ -47,7 +47,7 @@
 /**
  * Allocate a new depot
  */
-Depot *AllocateDepot(void)
+Depot *AllocateDepot()
 {
 	Depot *d;
 
@@ -85,7 +85,7 @@
 	DeleteWindowById(WC_VEHICLE_DEPOT, depot->xy);
 }
 
-void InitializeDepots(void)
+void InitializeDepots()
 {
 	CleanPool(&_Depot_pool);
 	AddBlockToPool(&_Depot_pool);
@@ -99,7 +99,7 @@
 	SLE_END()
 };
 
-static void Save_DEPT(void)
+static void Save_DEPT()
 {
 	Depot *depot;
 
@@ -109,7 +109,7 @@
 	}
 }
 
-static void Load_DEPT(void)
+static void Load_DEPT()
 {
 	int index;