File diff r24439:3207de2680bf → r24440:3295012a081c
src/gfx_type.h
Show inline comments
 
@@ -143,6 +143,7 @@ struct CursorVars {
 
	/* Drag data */
 
	bool vehchain;                ///< vehicle chain is dragged
 

	
 
	void UpdateCursorPositionRelative(int delta_x, int delta_y);
 
	bool UpdateCursorPosition(int x, int y, bool queued_warp);
 

	
 
private: