summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 4e6cf28ff..e0e3a30c5 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -130,6 +130,8 @@ struct CursorVars {
bool dirty; ///< the rect occupied by the mouse is dirty (redraw)
bool fix_at; ///< mouse is moving, but cursor is not (used for scrolling)
bool in_window; ///< mouse inside this window, determines drawing logic
+
+ bool vehchain; ///< vehicle chain is dragged
};
struct DrawPixelInfo {