Browse Source

Comment out unused OH3 options so they do not clutter code suggestions

Co-authored-by: Ivan Savenko <[email protected]>
Dydzio 2 years ago
parent
commit
78f56df44f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      lib/battle/AutocombatPreferences.h

+ 4 - 4
lib/battle/AutocombatPreferences.h

@@ -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;
 };