Fix help screens: since r1532, short texts were padded with a black rectangle on top instead of bottom.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1646 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2010-11-07 21:57:15 +00:00
parent 7a3ae5824a
commit a38b7336e6
2 changed files with 1 additions and 7 deletions

View File

@@ -344,7 +344,7 @@ void Display_help(void)
if (line_index >= Help_section[Current_help_section].Length)
{
Window_rectangle (x_pos,
y_pos,
y_pos + line_index*8,
44*6,
// 44 = Nb max de char (+1 pour éviter les plantages en mode X
// causés par une largeur = 0)