mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
fix in qmenu
Signed-off-by: Harry Young <hendrik.gerritzen@googlemail.com>
This commit is contained in:
parent
f4389a246d
commit
1918e8d9fc
1 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue