X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.h;h=48f6561a4d52d2b15389cf297a833b72cfadba2d;hp=0f07442c6a2bc3c57ef6a2e3c8b8d7d42efd207c;hb=479bba3c31872d0bf11756a6380988bf787ce5ef;hpb=553bbcb054a57644d78eb10f6072ba38a04620af diff --git a/src/main.h b/src/main.h index 0f07442c..48f6561a 100644 --- a/src/main.h +++ b/src/main.h @@ -2156,7 +2156,8 @@ struct GraphicInfo int step_offset; /* optional step offset of toon animations */ int step_delay; /* optional step delay of toon animations */ - int draw_x, draw_y; /* optional offset for drawing fonts chars */ + int draw_xoffset; /* optional offset for drawing font chars */ + int draw_yoffset; /* optional offset for drawing font chars */ int draw_masked; /* optional setting for drawing envelope gfx */