src/newgrf.h
changeset 8690 49dffe46a866
parent 8660 498f2a298b04
child 8709 4187ad809fe7
--- a/src/newgrf.h	Fri Jan 04 13:40:23 2008 +0000
+++ b/src/newgrf.h	Fri Jan 04 15:39:08 2008 +0000
@@ -94,7 +94,7 @@
 /* Indicates which are the newgrf features currently loaded ingame */
 extern GRFLoadedFeatures _loaded_newgrf_features;
 
-void LoadNewGRFFile(GRFConfig *config, uint file_index, GrfLoadingStage stage, bool ottd_grf = false);
+void LoadNewGRFFile(GRFConfig *config, uint file_index, GrfLoadingStage stage);
 void LoadNewGRF(uint load_index, uint file_index);
 void ReloadNewGRFData(); // in openttd.cpp