mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r23561) -Codechange: forgot to document 1 widget enum
This commit is contained in:
parent
7aadc751a8
commit
8996f36a54
@ -16,10 +16,10 @@
|
||||
|
||||
/** Widgets of the WC_GRAPH_LEGEND. */
|
||||
enum GraphLegendWidgets {
|
||||
WID_GL_BACKGROUND,
|
||||
WID_GL_BACKGROUND, ///< Background of the window.
|
||||
|
||||
WID_GL_FIRST_COMPANY,
|
||||
WID_GL_LAST_COMPANY = WID_GL_FIRST_COMPANY + MAX_COMPANIES - 1,
|
||||
WID_GL_FIRST_COMPANY, ///< First company in the legend.
|
||||
WID_GL_LAST_COMPANY = WID_GL_FIRST_COMPANY + MAX_COMPANIES - 1, ///< Last company in the legend.
|
||||
};
|
||||
|
||||
/** Widgets of the WC_OPERATING_PROFIT / WC_DELIVERED_CARGO / WC_COMPANY_VALUE / WC_INCOME_GRAPH. */
|
||||
|
Loading…
Reference in New Issue
Block a user