(svn r15225) -Fix (r15126): searching for 'missing' NewGRFs gave the 'compatability loaded' NewGRF instead of the one that we're actually looking for

This commit is contained in:
rubidium
2009-01-23 15:06:56 +00:00
parent a88883c1c1
commit aaad553233
3 changed files with 30 additions and 0 deletions

View File

@@ -46,4 +46,6 @@ void GamelogTestGRF();
bool GamelogGRFBugReverse(uint32 grfid, uint16 internal_id);
void GamelogGetOriginalGRFMD5Checksum(uint32 grfid, byte *md5sum);
#endif /* GAMELOG_H */