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:
parent
5ee90df2f3
commit
5842ff98d8
|
@ -2495,8 +2495,8 @@ void game_getDifficultyText(char *dest, int difficulty)
|
||||||
switch (difficulty)
|
switch (difficulty)
|
||||||
{
|
{
|
||||||
case DIFFICULTY_SUPEREASY:
|
case DIFFICULTY_SUPEREASY:
|
||||||
/// DIFFICULTY_SUPEREASY
|
/// DIFFICULTY_SUPEREASY (Assisted)
|
||||||
strcpy(dest, _("Super-Easy"));
|
strcpy(dest, _("Assisted"));
|
||||||
break;
|
break;
|
||||||
case DIFFICULTY_EASY:
|
case DIFFICULTY_EASY:
|
||||||
/// DIFFICULTY_EASY
|
/// DIFFICULTY_EASY
|
||||||
|
|
Loading…
Reference in New Issue