src/newgrf_config.cpp
changeset 6247 7d81e3a5d803
parent 6229 695400602ab0
child 6248 e4a2ed7e5613
--- a/src/newgrf_config.cpp	Tue Mar 06 23:42:30 2007 +0000
+++ b/src/newgrf_config.cpp	Wed Mar 07 11:47:46 2007 +0000
@@ -215,7 +215,7 @@
  *     compatible GRF with the same grfid was found and used instead
  * <li> GLC_NOT_FOUND: For one or more GRF's no match was found at all
  * </ul> */
-GRFListCompatibility IsGoodGRFConfigList(void)
+GRFListCompatibility IsGoodGRFConfigList()
 {
 	GRFListCompatibility res = GLC_ALL_GOOD;
 
@@ -335,7 +335,7 @@
 
 
 /* Scan for all NewGRFs */
-void ScanNewGRFFiles(void)
+void ScanNewGRFFiles()
 {
 	uint num;
 
@@ -452,7 +452,7 @@
 };
 
 
-static void Save_NGRF(void)
+static void Save_NGRF()
 {
 	int index = 0;
 
@@ -464,7 +464,7 @@
 }
 
 
-static void Load_NGRF(void)
+static void Load_NGRF()
 {
 	ClearGRFConfigList(&_grfconfig);
 	while (SlIterateArray() != -1) {