Ref T637, allow 3 letter ICAOs in FP

* strict or lenient airport check
* allow to enter 3 letter ICAO codes in FP
This commit is contained in:
Klaus Basan
2019-04-27 20:00:47 +02:00
parent 0eed0f0f00
commit c56775e815
9 changed files with 54 additions and 18 deletions

View File

@@ -138,7 +138,7 @@ namespace BlackMisc
bool CUser::hasValidHomeBase() const
{
return m_homebase.hasValidIcaoCode();
return m_homebase.hasValidIcaoCode(false);
}
CStatusMessageList CUser::validate() const