X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=7f8d23416dafce3e8407ada7911844ae5787b2fc;hb=fd045bdb92ad7e3523ba850c13a7ef6533d0e726;hp=a2226a78d8228e9b5229a43618122060eb734a7b;hpb=c9308ba3e7ddea2d7e44b4d98f0dfbb19e18f04f;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index a2226a78..7f8d2341 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 */ @@ -1450,6 +1451,7 @@ struct MouseActionInfo { int lx, ly; int button; + int button_hint; }; struct LevelStats