1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-04-20 19:11:50 +02:00

remove speed multiplier for Japanese subs

This commit is contained in:
XProger 2019-02-26 07:10:53 +03:00
parent 3eb4359646
commit e1b7e49257

View File

@ -505,10 +505,6 @@ namespace UI {
subsPartLength = subsLength - subsPos;
subsTime = subsPartLength * SUBTITLES_SPEED;
// slower for japanese
if (Core::settings.audio.language == (STR_LANG_JA - STR_LANG_EN))
subsTime *= 2.5f;
}
void showSubs(StringID str) {