(svn r11198) -Fix: When industry override is not possible because it is already been overridden, mark the new candidate as not being an override
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
OverrideManagerBase(offset, maximum, invalid) {}
|
||||
|
||||
virtual uint16 AddEntityID(byte grf_local_id, uint32 grfid, byte substitute_id);
|
||||
void SetEntitySpec(const IndustrySpec *inds);
|
||||
void SetEntitySpec(IndustrySpec *inds);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user