summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-13 14:11:32 +0000
committerfrosch <frosch@openttd.org>2010-06-13 14:11:32 +0000
commit56fbbdeafd2321a1e1d3a9349d5d07cdaf4d64a7 (patch)
tree414041a43fec98d9e845ef00638e00ee4a476bda /src/gamelog.h
parent641fc68aa80fc24fa277ae3dc62eec2969bdd26b (diff)
downloadopenttd-56fbbdeafd2321a1e1d3a9349d5d07cdaf4d64a7.tar.xz
(svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog.
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index 9ca312063..379189e04 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -57,6 +57,4 @@ void GamelogTestGRF();
bool GamelogGRFBugReverse(uint32 grfid, uint16 internal_id);
-void GamelogGetOriginalGRFMD5Checksum(uint32 grfid, byte *md5sum);
-
#endif /* GAMELOG_H */