Changeset - r12667:76618753be39
[Not reviewed]
master
0 1 0
smatz - 15 years ago 2009-08-09 15:58:34
smatz@openttd.org
(svn r17132) -Fix: comments in company_cmd.cpp
1 file changed with 7 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/company_cmd.cpp
Show inline comments
 
@@ -523,10 +523,12 @@ void CompaniesYearlyLoop()
 
/** Change engine renewal parameters
 
 * @param tile unused
 
 * @param flags operation to perform
 
 * @param
 
 * - p1 bits 16-31 = engine group
 
 * - p2 bits  0-15 = old engine type
 
 * - p2 bits 16-31 = new engine type
 
 * @param p1 packed data
 
 *   - bits 16-31 = engine group
 
 * @param p2 packed data
 
 *   - 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)
 
{
 
@@ -554,7 +556,7 @@ CommandCost CmdSetAutoReplace(TileIndex 
 

	
 
/**
 
 * Fill the CompanyNewsInformation struct with the required data.
 
 * @param p the current company.
 
 * @param c the current company.
 
 * @param other the other company.
 
 */
 
void CompanyNewsInformation::FillData(const Company *c, const Company *other)
0 comments (0 inline, 0 general)