mirror of https://github.com/OpenTTD/OpenTTD
Compare commits
2 Commits
79da76fc09
...
3f5b4aea96
Author | SHA1 | Date |
---|---|---|
|
3f5b4aea96 | |
|
8602109988 |
|
@ -36,7 +36,11 @@ public:
|
||||||
|
|
||||||
constexpr static bool IsSurveyPossible()
|
constexpr static bool IsSurveyPossible()
|
||||||
{
|
{
|
||||||
|
#ifdef SURVEY_KEY
|
||||||
return true;
|
return true;
|
||||||
|
#else
|
||||||
|
return false;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue