Skip to content

Commit

Permalink
Change default language to ENGLISH.LNG
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopey committed Jan 6, 2025
1 parent 66ba523 commit 8b8d674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/utils/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ typedef struct {

// clang-format off
static const field f_language[] = {
F_STRING(settings_language, language, "ENGLISH.DAT"),
F_STRING(settings_language, language, "ENGLISH.LNG"),
};

const field f_video[] = {
Expand Down

0 comments on commit 8b8d674

Please sign in to comment.