mirror of https://github.com/OpenTTD/OpenTTD
Compare commits
2 Commits
2a7adf39a3
...
bbf0857f0d
Author | SHA1 | Date |
---|---|---|
|
bbf0857f0d | |
|
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