mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-06 05:07:48 +02:00
remove speed multiplier for Japanese subs
This commit is contained in:
4
src/ui.h
4
src/ui.h
@@ -505,10 +505,6 @@ namespace UI {
|
|||||||
|
|
||||||
subsPartLength = subsLength - subsPos;
|
subsPartLength = subsLength - subsPos;
|
||||||
subsTime = subsPartLength * SUBTITLES_SPEED;
|
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) {
|
void showSubs(StringID str) {
|
||||||
|
Reference in New Issue
Block a user