mirror of https://github.com/OpenTTD/OpenTTD
Merge 8602109988
into baced00e9f
commit
3f5b4aea96
|
@ -36,7 +36,11 @@ public:
|
|||
|
||||
constexpr static bool IsSurveyPossible()
|
||||
{
|
||||
#ifdef SURVEY_KEY
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue