mirror of https://github.com/OpenTTD/OpenTTD
Change: Disable surveys for github previews
parent
f23845805a
commit
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