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