X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=2a888667737e51d03611383a6a0e8510663c70ad;hp=cd7e5357b27bf14cca8fea8aa2a3f603c91c2ca3;hb=4d2959f18f3461fc788d6775753d871e8dc53db1;hpb=4e9530d1cc582e710761b638de9dcb39935484f2 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 */