[Scummvm-git-logs] scummvm master -> 5eacbbb052a19c52ad30434150ac5ea82850e946
athrxx
noreply at scummvm.org
Mon Nov 15 01:46:14 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5eacbbb052 KYRA: (MR/Chinese) - fix audio menu text glitch
Commit: 5eacbbb052a19c52ad30434150ac5ea82850e946
https://github.com/scummvm/scummvm/commit/5eacbbb052a19c52ad30434150ac5ea82850e946
Author: athrxx (athrxx at scummvm.org)
Date: 2021-11-15T02:45:31+01:00
Commit Message:
KYRA: (MR/Chinese) - fix audio menu text glitch
Changed paths:
engines/kyra/gui/gui_mr.cpp
diff --git a/engines/kyra/gui/gui_mr.cpp b/engines/kyra/gui/gui_mr.cpp
index 7c569ba671..0039971400 100644
--- a/engines/kyra/gui/gui_mr.cpp
+++ b/engines/kyra/gui/gui_mr.cpp
@@ -1466,6 +1466,8 @@ void GUI_MR::fontBasedMenuResize() {
resizeMenu(_gameOptions, 174, 8, 30, 22, 20, 145, 32, 0);
resizeMenu(_audioOptions, 140, 8, 28, 22, 20, 110, 30, 0);
_audioOptions.item[3].y = 81;
+ _audioOptions.item[1].labelY = 47;
+ _audioOptions.item[2].labelY = 64;
_audioOptions.item[3].labelY = 83;
resizeMenu(_choiceMenu, 56, 8, 30, 0, 20, 30, 0, 0);
_loadMenu.numberOfItems = 6;
More information about the Scummvm-git-logs
mailing list