summaryrefslogtreecommitdiff
path: root/src/newgrf_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_object.h')
-rw-r--r--src/newgrf_object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_object.h b/src/newgrf_object.h
index 36b7d420e..660ad76aa 100644
--- a/src/newgrf_object.h
+++ b/src/newgrf_object.h
@@ -90,6 +90,7 @@ struct ObjectSpec {
Money GetClearCost() const { return GetPrice(PR_CLEAR_OBJECT, this->clear_cost_multiplier, this->grf_prop.grffile, 0); }
bool IsEverAvailable() const;
+ bool WasEverAvailable() const;
bool IsAvailable() const;
uint Index() const;