(svn r24160) -Codechange: Split parts of ObjectSpec::IsAvailable() into ObjectSpec::IsEverAvailable().

This commit is contained in:
frosch
2012-04-22 16:27:45 +00:00
parent 2dd6a0dc8e
commit f2b3091a53
2 changed files with 13 additions and 4 deletions

View File

@@ -82,6 +82,7 @@ struct ObjectSpec {
*/
Money GetClearCost() const { return GetPrice(PR_CLEAR_OBJECT, this->clear_cost_multiplier, this->grf_prop.grffile, 0); }
bool IsEverAvailable() const;
bool IsAvailable() const;
uint Index() const;