From aba24e44cf76479a33e78cc0a8d6d5279aeef00b Mon Sep 17 00:00:00 2001 From: terkhen Date: Wed, 24 Feb 2010 21:53:16 +0000 Subject: (svn r19230) -Feature: Allow to remove multiple road stops using drag and drop. --- src/viewport_type.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/viewport_type.h') diff --git a/src/viewport_type.h b/src/viewport_type.h index b32e6de90..8581ddb00 100644 --- a/src/viewport_type.h +++ b/src/viewport_type.h @@ -111,6 +111,8 @@ enum ViewportDragDropSelectionProcess { DDSP_PLACE_AUTOROAD, ///< Road placement (auto) DDSP_BUILD_BUSSTOP, ///< Road stop placement (buses) DDSP_BUILD_TRUCKSTOP, ///< Road stop placement (trucks) + DDSP_REMOVE_BUSSTOP, ///< Road stop removal (buses) + DDSP_REMOVE_TRUCKSTOP, ///< Road stop removal (trucks) }; #endif /* VIEWPORT_TYPE_H */ -- cgit v1.2.3-54-g00ecf