File diff r25406:017a9f8d3ec9 → r25407:b37c2c854ce5
src/script/api/script_event_types.hpp
Show inline comments
 
@@ -968,7 +968,7 @@ public:
 
private:
 
	uint16 uniqueid;                   ///< The uniqueid of the question.
 
	ScriptCompany::CompanyID company;  ///< The company given the answer.
 
	ScriptGoal::QuestionButton button; ///< The button he pressed.
 
	ScriptGoal::QuestionButton button; ///< The button that was pressed.
 
};
 

	
 
/**