Changeset - r23068:3f6d98eba246
[Not reviewed]
master
0 1 0
comicsads - 6 years ago 2018-11-28 15:24:01
idomin3craft@gmail.com
Fix: Spelling in code comment (#6984)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_event_types.hpp
Show inline comments
 
@@ -363,7 +363,7 @@ private:
 
class ScriptEventCompanyAskMerger : public ScriptEvent {
 
public:
 
	/**
 
	 * @param owner The company that can be bough.
 
	 * @param owner The company that can be bought.
 
	 * @param value The value/costs of buying the company.
 
	 */
 
	ScriptEventCompanyAskMerger(Owner owner, int32 value) :
0 comments (0 inline, 0 general)