1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-24 08:05:24 +00:00
OpenDiablo2/d2game/d2gamescreen
Maxime Lavigne (malavv) 07983469ed
Fixes #360 Language dictionary crash (#362)
Crashes were due to missing translation. This PR temporarily replaces the translateString calls for the default string directly.

in `select_hero_class.go` there is a level of indirection before the call to translateString, and for this reason, its `panic` call got temporarily diverted.
2020-06-20 15:14:52 -04:00
..
blizzard_intro.go Renamed scene to screen to avoid confusion of intent. (#334) 2020-06-13 20:36:20 -04:00
character_select.go Fixes #360 Language dictionary crash (#362) 2020-06-20 15:14:52 -04:00
credits.go Fixes #360 Language dictionary crash (#362) 2020-06-20 15:14:52 -04:00
game.go Fixed walking animations and pathing bugs. (#345) 2020-06-20 00:40:49 -04:00
gui_testing.go Renamed scene to screen to avoid confusion of intent. (#334) 2020-06-13 20:36:20 -04:00
main_menu.go Fixes #360 Language dictionary crash (#362) 2020-06-20 15:14:52 -04:00
map_engine_testing.go Updates (#340) 2020-06-19 02:19:27 -04:00
select_hero_class.go Fixes #360 Language dictionary crash (#362) 2020-06-20 15:14:52 -04:00