mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Comment out unused OH3 options so they do not clutter code suggestions
Co-authored-by: Ivan Savenko <saven.ivan@gmail.com>
This commit is contained in:
		| @@ -13,9 +13,9 @@ struct AutocombatPreferences | ||||
| { | ||||
| 	bool enableSpellsUsage = true; | ||||
| 	//TODO: below options exist in original H3, consider usefulness of mixed human-AI combat when enabling autocombat inside battle | ||||
| 	bool enableUnitsUsage = true; | ||||
| 	bool enableCatapultUsage = true; | ||||
| 	bool enableBallistaUsage = true; | ||||
| 	bool enableFirstAidTendUsage = true; | ||||
| //	bool enableUnitsUsage = true; | ||||
| //	bool enableCatapultUsage = true; | ||||
| //	bool enableBallistaUsage = true; | ||||
| //	bool enableFirstAidTendUsage = true; | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user