mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Set main menu text height to the actual font height.
svn-id: r39735
This commit is contained in:
parent
09d96e24f9
commit
8b3f6b0299
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user