From ac280af8bc75f89223238a77f871b1a610014219 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 31 Jul 2010 14:40:50 +0000 Subject: (svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs --- src/settings_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/settings_type.h') diff --git a/src/settings_type.h b/src/settings_type.h index c2d999cad..8e3b61db8 100644 --- a/src/settings_type.h +++ b/src/settings_type.h @@ -111,6 +111,7 @@ struct GUISettings { bool show_date_in_logs; ///< whether to show dates in console logs bool newgrf_developer_tools; ///< activate NewGRF developer tools bool ai_developer_tools; ///< activate AI developer tools + bool newgrf_show_old_versions; ///< whether to show old versions in the NewGRF list }; /** Settings related to currency/unit systems. */ -- cgit v1.2.3-54-g00ecf