File diff r15610:623a23fb6560 → r15611:8beafa597cbd
src/ai/api/ai_subsidy.hpp
Show inline comments
 
@@ -27,9 +27,9 @@ public:
 
	 * @note The list of values may grow in future.
 
	 */
 
	enum SubsidyParticipantType {
 
		SPT_INDUSTRY =    0, //!< Subsidy participant is an industry
 
		SPT_TOWN     =    1, //!< Subsidy participant is a town
 
		SPT_INVALID  = 0xFF, //!< Invalid/unknown participant type
 
		SPT_INDUSTRY =    0, ///< Subsidy participant is an industry
 
		SPT_TOWN     =    1, ///< Subsidy participant is a town
 
		SPT_INVALID  = 0xFF, ///< Invalid/unknown participant type
 
	};
 

	
 
	/**