Renamed Super-Easy difficulty to Assisted difficulty.

"Super-Easy" isn't a particularly problematic name, but "Assisted"
is more descriptive of what the difficulty mode is for (to assist
players who have trouble playing on easy mode).
This commit is contained in:
diligentcircle 2021-09-17 22:07:37 -04:00
parent 5ee90df2f3
commit 5842ff98d8
1 changed files with 2 additions and 2 deletions

View File

@ -2495,8 +2495,8 @@ void game_getDifficultyText(char *dest, int difficulty)
switch (difficulty)
{
case DIFFICULTY_SUPEREASY:
/// DIFFICULTY_SUPEREASY
strcpy(dest, _("Super-Easy"));
/// DIFFICULTY_SUPEREASY (Assisted)
strcpy(dest, _("Assisted"));
break;
case DIFFICULTY_EASY:
/// DIFFICULTY_EASY