src/gfx_type.h
changeset 9324 bf9cc84b889d
parent 8619 c2434269c3eb
child 10322 02d72ef5a6a7
--- a/src/gfx_type.h	Sat Apr 05 10:55:50 2008 +0000
+++ b/src/gfx_type.h	Sat Apr 05 11:27:50 2008 +0000
@@ -130,6 +130,8 @@
 	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 {