Changeset - r17742:ae34e2b3148d
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-06-04 13:38:54
rubidium@openttd.org
(svn r22536) -Fix [FS#4632]: documentation omission regarding admin protocol
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/network/core/tcp_admin.h
Show inline comments
 
@@ -337,12 +337,13 @@ protected:
 
	/**
 
	 * Economy update of a specific company:
 
	 * uint8   ID of the company.
 
	 * uint64  Money.
 
	 * uint64  Loan.
 
	 * uint64  Income.
 
	 * uint16  Delivered cargo (this quarter).
 
	 * uint64  Company value (last quarter).
 
	 * uint16  Performance (last quarter).
 
	 * uint16  Delivered cargo (last quarter).
 
	 * uint64  Company value (previous quarter).
 
	 * uint16  Performance (previous quarter).
 
	 * uint16  Delivered cargo (previous quarter).
0 comments (0 inline, 0 general)