Skip to content

Commit 570e485

Browse files
committed
Rename setting
1 parent 3a6d4b6 commit 570e485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TheForceEngine/TFE_FrontEndUI/frontEndUi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ namespace TFE_FrontEndUI
12611261
}
12621262

12631263
bool jsonAiLogics = gameSettings->df_jsonAiLogics;
1264-
if (ImGui::Checkbox("Enable custom AI logics from JSON files", &jsonAiLogics))
1264+
if (ImGui::Checkbox("Enhanced AI logics (requires restart)", &jsonAiLogics))
12651265
{
12661266
gameSettings->df_jsonAiLogics = jsonAiLogics;
12671267
}

0 commit comments

Comments
 (0)