X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=578d060ee9402591ec8fdeba37f1a972e97d54dd;hp=a2226a78d8228e9b5229a43618122060eb734a7b;hb=de9f167f6960194e913af2a768456d502d4fdf1a;hpb=098a2e44080c6286cc4252287922fd9abfeee4dc diff --git a/src/libgame/system.h b/src/libgame/system.h index a2226a78..578d060e 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -958,6 +958,7 @@ struct TileCursorInfo { boolean enabled; /* tile cursor generally enabled or disabled */ boolean active; /* tile cursor activated (depending on game) */ + boolean moving; /* tile cursor moving to target position */ int xpos, ypos; /* tile cursor level playfield position */ int x, y; /* tile cursor current screen position */