mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r17596) -Codechange: constify some tables
This commit is contained in:
@@ -824,7 +824,7 @@ static const Widget _network_game_window_widgets[] = {
|
||||
* display_flags and/or left/right side for the overlapping widgets
|
||||
* NGWW_CLIENTS through NGWW_YEARS.
|
||||
*/
|
||||
NWidgetPart _nested_network_game_widgets[] = {
|
||||
static const NWidgetPart _nested_network_game_widgets[] = {
|
||||
/* TOP */
|
||||
NWidget(NWID_HORIZONTAL),
|
||||
NWidget(WWT_CLOSEBOX, COLOUR_LIGHT_BLUE, NGWW_CLOSE),
|
||||
|
||||
Reference in New Issue
Block a user