mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 17:19:09 +00:00
Merge 8602109988
into 6b6caa6fa8
This commit is contained in:
@@ -36,7 +36,11 @@ public:
|
||||
|
||||
constexpr static bool IsSurveyPossible()
|
||||
{
|
||||
#ifdef SURVEY_KEY
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user