mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r15400) -Fix: Typos in comments.
This commit is contained in:
parent
85b49d72ce
commit
f1240daed6
@ -703,7 +703,7 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been remvoed, and the airport is operating again.
|
* Event Disaster Zeppeliner Cleared, indicating a previously crashed zeppeliner has been removed, and the airport is operating again.
|
||||||
*/
|
*/
|
||||||
class AIEventDisasterZeppelinerCleared : public AIEvent {
|
class AIEventDisasterZeppelinerCleared : public AIEvent {
|
||||||
public:
|
public:
|
||||||
|
@ -47,10 +47,10 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the production of a cargo of the industry.
|
* Gets the production of a cargo of the industry.
|
||||||
* WARNING This function does not neccessarily return useful values for newindustries.
|
* @warning This function does not neccessarily return useful values for newindustries.
|
||||||
* An industry produces at least the returned amount per month,
|
* An industry produces at least the returned amount per month,
|
||||||
* but the function can also return 0, when the industry produces lots of cargo.
|
* but the function can also return 0, when the industry produces lots of cargo.
|
||||||
* GetLastMonthProduction() is more robust.
|
* GetLastMonthProduction() is more robust.
|
||||||
* @param industry_id The index of the industry.
|
* @param industry_id The index of the industry.
|
||||||
* @param cargo_id The index of the cargo.
|
* @param cargo_id The index of the cargo.
|
||||||
* @pre IsValidIndustry(industry_id).
|
* @pre IsValidIndustry(industry_id).
|
||||||
|
@ -33,8 +33,8 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a list of CargoID possible produced by this industry-type.
|
* Get a list of CargoID possible produced by this industry-type.
|
||||||
* WARNING This is function only returns the default cargos of the industry type.
|
* @warning This function only returns the default cargos of the industry type.
|
||||||
* Industries can specify new cargotypes on construction.
|
* Industries can specify new cargotypes on construction.
|
||||||
* @param industry_type The type to get the CargoIDs for.
|
* @param industry_type The type to get the CargoIDs for.
|
||||||
* @pre IsValidIndustryType(industry_type).
|
* @pre IsValidIndustryType(industry_type).
|
||||||
* @return The CargoIDs of all cargotypes this industry could produce.
|
* @return The CargoIDs of all cargotypes this industry could produce.
|
||||||
@ -43,8 +43,8 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a list of CargoID accepted by this industry-type.
|
* Get a list of CargoID accepted by this industry-type.
|
||||||
* WARNING This is function only returns the default cargos of the industry type.
|
* @warning This function only returns the default cargos of the industry type.
|
||||||
* Industries can specify new cargotypes on construction.
|
* Industries can specify new cargotypes on construction.
|
||||||
* @param industry_type The type to get the CargoIDs for.
|
* @param industry_type The type to get the CargoIDs for.
|
||||||
* @pre IsValidIndustryType(industry_type).
|
* @pre IsValidIndustryType(industry_type).
|
||||||
* @return The CargoIDs of all cargotypes this industry accepts.
|
* @return The CargoIDs of all cargotypes this industry accepts.
|
||||||
|
Loading…
Reference in New Issue
Block a user