(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 1b0d3e3034
commit 27ffb03383
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;