summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-23 15:06:56 +0000
committerrubidium <rubidium@openttd.org>2009-01-23 15:06:56 +0000
commitaaad553233d95d68134d2eba573dc144d14d7f00 (patch)
tree672c125cc095db3db691e298d451435923f66498 /src/gamelog.h
parenta88883c1c1b962b33ea4916ce0b1a7fc8967d7e3 (diff)
downloadopenttd-aaad553233d95d68134d2eba573dc144d14d7f00.tar.xz
(svn r15225) -Fix (r15126): searching for 'missing' NewGRFs gave the 'compatability loaded' NewGRF instead of the one that we're actually looking for
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index d2146d7a3..470a308be 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -46,4 +46,6 @@ void GamelogTestGRF();
bool GamelogGRFBugReverse(uint32 grfid, uint16 internal_id);
+void GamelogGetOriginalGRFMD5Checksum(uint32 grfid, byte *md5sum);
+
#endif /* GAMELOG_H */