mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-20 20:23:03 +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:
parent
d8eef4905a
commit
78f56df44f
@ -13,9 +13,9 @@ struct AutocombatPreferences
|
|||||||
{
|
{
|
||||||
bool enableSpellsUsage = true;
|
bool enableSpellsUsage = true;
|
||||||
//TODO: below options exist in original H3, consider usefulness of mixed human-AI combat when enabling autocombat inside battle
|
//TODO: below options exist in original H3, consider usefulness of mixed human-AI combat when enabling autocombat inside battle
|
||||||
bool enableUnitsUsage = true;
|
// bool enableUnitsUsage = true;
|
||||||
bool enableCatapultUsage = true;
|
// bool enableCatapultUsage = true;
|
||||||
bool enableBallistaUsage = true;
|
// bool enableBallistaUsage = true;
|
||||||
bool enableFirstAidTendUsage = true;
|
// bool enableFirstAidTendUsage = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user