MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / OptionLanguageCodeChanged

Function OptionLanguageCodeChanged

Source/options.cpp:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304void OptionLanguageCodeChanged()
305{
306 UnloadFonts();
307 LanguageInitialize();
308 LoadLanguageArchive();
309}
310
311void OptionGameModeChanged()
312{

Callers

nothing calls this directly

Calls 3

UnloadFontsFunction · 0.85
LanguageInitializeFunction · 0.85
LoadLanguageArchiveFunction · 0.85

Tested by

no test coverage detected