From 4d2959f18f3461fc788d6775753d871e8dc53db1 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Sat, 21 Oct 2017 16:41:55 +0200 Subject: [PATCH] corrected comment --- src/libgame/system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libgame/system.h b/src/libgame/system.h index cd7e5357..2a888667 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -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 */ -- 2.34.1