X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Feditor.c;h=5752d7420e34397251e9c344aea87e536efd70a8;hb=359536f46007d1b9148bed9c529056faa91b8aab;hp=7f1ec19f128fd20935d2fce1332786339313a9c9;hpb=24090f8655f9fbf138c1f9105427728f5c21b0b9;p=rocksndiamonds.git diff --git a/src/editor.c b/src/editor.c index 7f1ec19f..5752d742 100644 --- a/src/editor.c +++ b/src/editor.c @@ -8173,7 +8173,7 @@ static int PrintElementDescriptionFromFile(char *filename, int start_line) int max_lines_per_screen = (SYSIZE - pad_y) / font_height - 1; return DrawTextFile(sx, sy, filename, font_nr, max_chars_per_line, -1, - max_lines_per_screen, -1, TRUE, FALSE, FALSE); + max_lines_per_screen, 0, -1, TRUE, FALSE, FALSE); } static void DrawPropertiesInfo()