X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Feditor.c;h=5752d7420e34397251e9c344aea87e536efd70a8;hb=e51177796149f37de339bda83558c3c49758be93;hp=7f1ec19f128fd20935d2fce1332786339313a9c9;hpb=c6d59064aa782b8ad71eddac2797fdc50e4858f9;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()