From 6f6516ae33c62ab4bdd08223d7764ad8d9b05252 Mon Sep 17 00:00:00 2001 From: "M. Sz" Date: Wed, 25 Nov 2020 20:57:52 +0100 Subject: [PATCH] a bit updated comments --- d2common/d2resource/languages_map.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/d2common/d2resource/languages_map.go b/d2common/d2resource/languages_map.go index 0670982a..7d620a0c 100644 --- a/d2common/d2resource/languages_map.go +++ b/d2common/d2resource/languages_map.go @@ -50,7 +50,9 @@ func GetFontCharset(language string) string { return charset[language] } -// modificators for labels (used in string tables +// modificators for labels (used in string tables) +// some of values need to be set up. For now values with "checked" comment +// was tested and works fine in main menu. func getModifiers() map[string]int { return map[string]int{ "ENG": 0, // (English) // checked