[Scummvm-git-logs] scummvm master -> 9cb80dc4b858b6270a1682fd13de78ffb696bf20
eriktorbjorn
noreply at scummvm.org
Wed Jun 24 03:35:27 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
9cb80dc4b8 MADS: DRAGONSPHERE: Fix button text in difficulty selection dialog
Commit: 9cb80dc4b858b6270a1682fd13de78ffb696bf20
https://github.com/scummvm/scummvm/commit/9cb80dc4b858b6270a1682fd13de78ffb696bf20
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2026-06-24T05:33:39+02:00
Commit Message:
MADS: DRAGONSPHERE: Fix button text in difficulty selection dialog
The texts were a few pixels off. DreamMaster has confirmed that my
suggested fix was the correct one.
Changed paths:
engines/mads/madsv2/dragonsphere/menus.cpp
diff --git a/engines/mads/madsv2/dragonsphere/menus.cpp b/engines/mads/madsv2/dragonsphere/menus.cpp
index 5ab4e05b32b..51522d090e4 100644
--- a/engines/mads/madsv2/dragonsphere/menus.cpp
+++ b/engines/mads/madsv2/dragonsphere/menus.cpp
@@ -439,6 +439,9 @@ static void global_menu_difficulty() {
PopupItem *easy_item;
PopupItem *result;
+ box_param.menu_text_y_offset = 3;
+ box_param.menu_text_x_bonus = 0;
+
popup_dialog_create(game_menu_popup, GAME_DIALOG_HEAP, 20);
popup_message(menu_quote(quote_difficulty_title), POPUP_CENTER, POPUP_FILL);
More information about the Scummvm-git-logs
mailing list