Skip to content

Commit

Permalink
Force english on first start
Browse files Browse the repository at this point in the history
  • Loading branch information
vs-shirokii committed Apr 6, 2024
1 parent 526ef1b commit 6fc4b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/engine/i_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ CVAR(Bool, vid_fps, false, 0)

EXTERN_CVAR(Bool, ui_generic)

#if !HAVE_RT
CUSTOM_CVAR(String, language, "auto", CVAR_ARCHIVE | CVAR_NOINITCALL | CVAR_GLOBALCONFIG)
#else
CUSTOM_CVAR(String, language, "default", CVAR_ARCHIVE | CVAR_NOINITCALL | CVAR_GLOBALCONFIG)
#endif
{
GStrings.UpdateLanguage(self);
UpdateGenericUI(ui_generic);
Expand Down

0 comments on commit 6fc4b49

Please sign in to comment.