Update to 1.9.3-RC1

--HG--
branch : openttd
This commit is contained in:
Pavel Stupnikov
2019-09-08 02:22:38 +03:00
parent 383c7fcc21
commit 5131281a31
56 changed files with 985 additions and 705 deletions
+2 -1
View File
@@ -222,8 +222,9 @@ void SortIndustryTypes()
* @param tile Tile where the industry is placed.
* @param p1 Additional data of the #CMD_BUILD_INDUSTRY command.
* @param p2 Additional data of the #CMD_BUILD_INDUSTRY command.
* @param cmd Unused.
*/
void CcBuildIndustry(const CommandCost &result, TileIndex tile, uint32 p1, uint32 p2)
void CcBuildIndustry(const CommandCost &result, TileIndex tile, uint32 p1, uint32 p2, uint32 cmd)
{
if (result.Succeeded()) return;