corrected comment
[rocksndiamonds.git] / src / libgame / system.h
index cd7e5357b27bf14cca8fea8aa2a3f603c91c2ca3..2a888667737e51d03611383a6a0e8510663c70ad 100644 (file)
@@ -871,8 +871,8 @@ struct FontBitmapInfo
 {
   Bitmap *bitmap;
 
-  int src_x, src_y;            /* start position of animation frames */
-  int width, height;           /* width/height of each animation frame */
+  int src_x, src_y;            /* start position of font characters */
+  int width, height;           /* width / height of font characters */
 
   int draw_xoffset;            /* offset for drawing font characters */
   int draw_yoffset;            /* offset for drawing font characters */