Update to 1.8.0

--HG--
branch : openttd
This commit is contained in:
Pavel Stupnikov
2018-04-06 21:26:22 +03:00
parent c13f57641c
commit 42ec3bd611
221 changed files with 2325 additions and 1788 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/* $Id: dropdown.cpp 27863 2017-05-03 20:09:51Z frosch $ */
/* $Id: dropdown.cpp 27820 2017-03-23 20:07:59Z peter1138 $ */
/*
* This file is part of OpenTTD.
+2 -1
View File
@@ -1,4 +1,4 @@
/* $Id: group_widget.h 23600 2011-12-19 20:46:17Z truebrain $ */
/* $Id: group_widget.h 27822 2017-03-24 07:33:31Z peter1138 $ */
/*
* This file is part of OpenTTD.
@@ -32,6 +32,7 @@ enum GroupListWidgets {
WID_GL_DELETE_GROUP, ///< Delete group button.
WID_GL_RENAME_GROUP, ///< Rename group button.
WID_GL_REPLACE_PROTECTION, ///< Replace protection button.
WID_GL_INFO, ///< Group info.
};
#endif /* WIDGETS_GROUP_WIDGET_H */