(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:
belugas
2007-10-04 00:59:52 +00:00
parent 23eed48a92
commit cfb9cb8cec
2 changed files with 3 additions and 2 deletions

View File

@@ -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);
};