summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorTELK <telk5093@gmail.com>2021-06-29 01:42:23 +0900
committerGitHub <noreply@github.com>2021-06-28 18:42:23 +0200
commitf9b4a3a5e69bbf7ac7a353d2b1bb5061be96158b (patch)
treed1e0269cd15e7c02f8a32087a59d3562a04f17be /src/widgets
parent883e4ea325886e5cee88b34c2d9e069f12697c96 (diff)
downloadopenttd-f9b4a3a5e69bbf7ac7a353d2b1bb5061be96158b.tar.xz
Add: Show the number of clients and companies in the online players window (#9376)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/network_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/network_widget.h b/src/widgets/network_widget.h
index 2ed94d284..a96a56fa8 100644
--- a/src/widgets/network_widget.h
+++ b/src/widgets/network_widget.h
@@ -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. */