X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.h;h=092a47e71b5bfbf8a0d44827a9b951b373ef3823;hb=0a69f419ffadee5822bc103be9e85d378e0d0274;hp=3e58df38a601d58203f83bc32086445f0699e0e8;hpb=adab6bbf3e2b3b78b7b51f18379e6db399b62b5c;p=rocksndiamonds.git diff --git a/src/main.h b/src/main.h index 3e58df38..092a47e7 100644 --- a/src/main.h +++ b/src/main.h @@ -2826,6 +2826,8 @@ struct GraphicInfo int step_delay; /* optional step delay of toon animations */ int direction; /* optional move direction of toon animations */ int position; /* optional draw position of toon animations */ + int x; /* optional draw position of toon animations */ + int y; /* optional draw position of toon animations */ int draw_xoffset; /* optional offset for drawing font chars */ int draw_yoffset; /* optional offset for drawing font chars */