We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6d4b6 commit 570e485Copy full SHA for 570e485
TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp
@@ -1261,7 +1261,7 @@ namespace TFE_FrontEndUI
1261
}
1262
1263
bool jsonAiLogics = gameSettings->df_jsonAiLogics;
1264
- if (ImGui::Checkbox("Enable custom AI logics from JSON files", &jsonAiLogics))
+ if (ImGui::Checkbox("Enhanced AI logics (requires restart)", &jsonAiLogics))
1265
{
1266
gameSettings->df_jsonAiLogics = jsonAiLogics;
1267
0 commit comments