1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-21 21:49:10 +00:00

Add: Show the number of clients and companies in the online players window (#9376)

This commit is contained in:
TELK
2021-06-29 01:42:23 +09:00
committed by GitHub
parent 883e4ea325
commit f9b4a3a5e6
3 changed files with 11 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ enum ClientListWidgets {
WID_CL_MATRIX, ///< Company/client list.
WID_CL_SCROLLBAR, ///< Scrollbar for company/client list.
WID_CL_COMPANY_JOIN, ///< Used for QueryWindow when a company has a password.
WID_CL_CLIENT_COMPANY_COUNT, ///< Count of clients and companies.
};
/** Widgets of the #NetworkJoinStatusWindow class. */