diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/parallaction/gui_br.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/gui_br.cpp b/engines/parallaction/gui_br.cpp index 62f4c8e2bd..955c7bd262 100644 --- a/engines/parallaction/gui_br.cpp +++ b/engines/parallaction/gui_br.cpp @@ -105,7 +105,7 @@ class MainMenuInputState_BR : public MenuInputState { #define MENUITEMS_Y 200 #define MENUITEM_WIDTH 200 - #define MENUITEM_HEIGHT 18 + #define MENUITEM_HEIGHT 20 Frames* renderMenuItem(const char *text) { // this builds a surface containing two copies of the text. |