Northease -> Northeast

This commit is contained in:
2025-05-19 10:23:38 -05:00
parent fcbba73f27
commit 0881de3d58

View File

@@ -568,7 +568,7 @@ short choose_text(eStrType list, unsigned short cur_choice, cDialog* parent, std
strings = {"+1", "+2", "+3", "Shoot Flames", "Flaming", "+5", "Blessed", "+4"};
break;
case STRT_DIR:
strings = {"North", "Northease", "East", "Southeast", "South", "Southwest", "West", "Northwest", "None"};
strings = {"North", "Northeast", "East", "Southeast", "South", "Southwest", "West", "Northwest", "None"};
break;
case STRT_QUEST_STATUS:
strings = {"Available", "Started", "Completed", "Failed"};