From 412e6132b60ad5db8912643befb0b895f4e11710 Mon Sep 17 00:00:00 2001 From: Thomas den Hollander Date: Sun, 3 Feb 2019 14:39:36 +0100 Subject: Fix: CompanyEconomy documentation Company income was described as an unsigned integer, but it should be signed. --- src/network/core/tcp_admin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/core/tcp_admin.h b/src/network/core/tcp_admin.h index 72c2e1160..e141a191a 100644 --- a/src/network/core/tcp_admin.h +++ b/src/network/core/tcp_admin.h @@ -363,7 +363,7 @@ protected: * uint8 ID of the company. * uint64 Money. * uint64 Loan. - * uint64 Income. + * int64 Income. * uint16 Delivered cargo (this quarter). * uint64 Company value (last quarter). * uint16 Performance (last quarter). -- cgit v1.2.3-54-g00ecf