mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
PINK: Recode texts for Danish version
This commit is contained in:
parent
e42fd1a910
commit
98e698d661
@ -91,6 +91,10 @@ void ActionText::start() {
|
||||
_text = Common::String(str).decode(Common::kWindows1251);
|
||||
break;
|
||||
|
||||
case Common::DA_DAN:
|
||||
_text = Common::String(str).decode(Common::kWindows1252);
|
||||
break;
|
||||
|
||||
case Common::HE_ISR:
|
||||
_text = Common::String(str).decode(Common::kWindows1255);
|
||||
if (!_centered) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user