From: Holger Schemel Date: Sat, 21 Oct 2017 14:41:55 +0000 (+0200) Subject: corrected comment X-Git-Tag: 4.1.0.0~87 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=4d2959f18f3461fc788d6775753d871e8dc53db1 corrected comment --- 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 */