1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-16 04:25:23 +00:00

a bit updated comments

This commit is contained in:
M. Sz 2020-11-25 20:57:52 +01:00
parent 91f28516ff
commit 6f6516ae33

View File

@ -50,7 +50,9 @@ func GetFontCharset(language string) string {
return charset[language] 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 { func getModifiers() map[string]int {
return map[string]int{ return map[string]int{
"ENG": 0, // (English) // checked "ENG": 0, // (English) // checked