Check whether error window shall display a company manager face */
| 42 | |
| 43 | /** Check whether error window shall display a company manager face */ |
| 44 | bool HasFace() const { return company != CompanyID::Invalid(); } |
| 45 | }; |
| 46 | |
| 47 | /** Define a queue with errors. */ |