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