mirror of https://github.com/OpenTTD/OpenTTD
Merge 44204db220
into bd2430dc94
commit
2f5df94a99
|
@ -36,7 +36,11 @@ public:
|
||||||
|
|
||||||
constexpr static bool IsSurveyPossible()
|
constexpr static bool IsSurveyPossible()
|
||||||
{
|
{
|
||||||
|
#if defined(__EMSCRIPTEN__)
|
||||||
|
return false; // Disable surveys for GitHub previews
|
||||||
|
#else
|
||||||
return true;
|
return true;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
Loading…
Reference in New Issue