diff options
author | belugas <belugas@openttd.org> | 2007-10-04 00:59:52 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-10-04 00:59:52 +0000 |
commit | aae3ca07c43858e39e4d6507aa47fd7f24db1b35 (patch) | |
tree | b40e46882b94545091f6a69ddbaf5927a00b8757 /src/newgrf_commons.h | |
parent | 7525f791c7c6048662c974a5c71a9f3243197965 (diff) | |
download | openttd-aae3ca07c43858e39e4d6507aa47fd7f24db1b35.tar.xz |
(svn r11198) -Fix: When industry override is not possible because it is already been overridden, mark the new candidate as not being an override
Diffstat (limited to 'src/newgrf_commons.h')
-rw-r--r-- | src/newgrf_commons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_commons.h b/src/newgrf_commons.h index 51ebd93b8..a8e3eabf9 100644 --- a/src/newgrf_commons.h +++ b/src/newgrf_commons.h @@ -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); }; |