Mercurial > hg > openttd
diff src/newgrf.h @ 8194:e88e46a2aa1c draft
(svn r11757) -Fix(r11727): Don't use a function's default parameter when the value can be (more adequately, even better) computed from another source.
Thanks peter1138.
author | belugas <belugas@openttd.org> |
---|---|
date | Fri, 04 Jan 2008 15:39:08 +0000 (2008-01-04) |
parents | 36cf807deb35 |
children | 87c85bb42d6f |
line wrap: on
line diff
--- a/src/newgrf.h +++ b/src/newgrf.h @@ -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