summaryrefslogtreecommitdiff
path: root/newgrf_config.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-04 13:45:20 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-04 13:45:20 +0000
commit301d392b2c1fcdf6ad75c1cbebc0fa6f3c8db7aa (patch)
treeb8c788a987990973eb3b41e9f37fdff8d9a0a257 /newgrf_config.h
parentf029259767c7e2af5f16642bb8794df249e98f26 (diff)
downloadopenttd-301d392b2c1fcdf6ad75c1cbebc0fa6f3c8db7aa.tar.xz
(svn r7354) -Codechange: Remove grffile->flags and use grfconfig->flags exclusively. Update action 7/9 now that we know if GRFs are disabled.
Diffstat (limited to 'newgrf_config.h')
-rw-r--r--newgrf_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_config.h b/newgrf_config.h
index 2d9bdfd0b..cfe77b7f0 100644
--- a/newgrf_config.h
+++ b/newgrf_config.h
@@ -35,6 +35,7 @@ extern GRFConfig *_grfconfig_newgame;
void ScanNewGRFFiles(void);
const GRFConfig *FindGRFConfig(uint32 grfid, uint8 *md5sum);
+const GRFConfig *GetGRFConfig(uint32 grfid);
void ClearGRFConfigList(GRFConfig *config);
void ResetGRFConfig(bool defaults);
bool IsGoodGRFConfigList(void);