a bit updated comments

This commit is contained in:
M. Sz 2020-11-25 20:57:52 +01:00
parent 91f28516ff
commit 6f6516ae33
1 changed files with 3 additions and 1 deletions

View File

@ -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