1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the term 'compatible newgrf' again some sense and to not crash because of trivial changes.

This commit is contained in:
frosch
2009-03-08 16:51:08 +00:00
parent 4a5c4f6089
commit 987e72f4f2
7 changed files with 142 additions and 27 deletions

View File

@@ -50,6 +50,8 @@ enum GrfSpecFeature {
GSF_END,
};
static const uint32 INVALID_GRFID = 0xFFFFFFFF;
struct GRFLabel {
byte label;
uint32 nfo_line;