fix in qmenu

Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
Harry Young 2013-08-13 00:58:00 +02:00
parent f4389a246d
commit 1918e8d9fc

View file

@ -77,9 +77,7 @@ Text_Init
*/
static void Text_Init( menutext_s *t )
{
int x;
int y;
int h,lines;
int x,y,w,h,lines;
char buff[512];
char buff2[512];
char buff3[512];
@ -97,7 +95,7 @@ static void Text_Init( menutext_s *t )
}
else
{
int w=0,w2=0,w3=0;
int w2=0,w3=0;
// Button text (text can be clicked on)
if (t->buttontextEnum)
{