corrected comment
authorHolger Schemel <info@artsoft.org>
Sat, 21 Oct 2017 14:41:55 +0000 (16:41 +0200)
committerHolger Schemel <info@artsoft.org>
Fri, 23 Mar 2018 22:21:14 +0000 (23:21 +0100)
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 */