rnd-20030902-1-src
[rocksndiamonds.git] / src / libgame / text.c
index d7c264d87115e2609e221102cd3a2f28b89e8123..6b5f03e0e521529b36f5f9b088342cd3cb029459 100644 (file)
@@ -330,7 +330,7 @@ void DrawTextToTextArea(int x, int y, char *text, int font_nr,
                        int area_xsize, int area_ysize)
 {
   int area_line = 0;
-  int font_height = getFontWidth(font_nr);
+  int font_height = getFontHeight(font_nr);
 
   if (text == NULL)
     return;