mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-07 00:56:51 -05:00
Let HellSpawner get at the string translation map (#479)
This commit is contained in:
parent
6c56027731
commit
a86f27bf0f
@ -33,6 +33,10 @@ func GetDictionaryEntryCount() int {
|
||||
return len(lookupTable)
|
||||
}
|
||||
|
||||
func GetTranslationMap() map[string]string {
|
||||
return lookupTable
|
||||
}
|
||||
|
||||
func LoadTextDictionary(dictionaryData []byte) {
|
||||
if lookupTable == nil {
|
||||
lookupTable = make(map[string]string)
|
||||
|
Loading…
Reference in New Issue
Block a user