1
0
Fork 0

(svn r17132) -Fix: comments in company_cmd.cpp

release/1.0
smatz 2009-08-09 15:58:34 +00:00
parent e707c82412
commit b7e746f72c
1 changed files with 7 additions and 5 deletions

View File

@ -523,10 +523,12 @@ void CompaniesYearlyLoop()
/** Change engine renewal parameters /** Change engine renewal parameters
* @param tile unused * @param tile unused
* @param flags operation to perform * @param flags operation to perform
* @param * @param p1 packed data
* - p1 bits 16-31 = engine group * - bits 16-31 = engine group
* - p2 bits 0-15 = old engine type * @param p2 packed data
* - p2 bits 16-31 = new engine type * - bits 0-15 = old engine type
* - bits 16-31 = new engine type
* @param text unused
*/ */
CommandCost CmdSetAutoReplace(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text) CommandCost CmdSetAutoReplace(TileIndex tile, DoCommandFlag flags, uint32 p1, uint32 p2, const char *text)
{ {
@ -554,7 +556,7 @@ CommandCost CmdSetAutoReplace(TileIndex tile, DoCommandFlag flags, uint32 p1, ui
/** /**
* Fill the CompanyNewsInformation struct with the required data. * Fill the CompanyNewsInformation struct with the required data.
* @param p the current company. * @param c the current company.
* @param other the other company. * @param other the other company.
*/ */
void CompanyNewsInformation::FillData(const Company *c, const Company *other) void CompanyNewsInformation::FillData(const Company *c, const Company *other)