File diff r15612:c4c9adbab3f3 → r15613:193c12018337
src/viewport_type.h
Show inline comments
 
@@ -81,13 +81,14 @@ enum ViewportPlaceMethod {
 
	VPM_SIGNALDIRS      = 0x80, ///< similiar to VMP_RAILDIRS, but with different cursor
 
};
 
DECLARE_ENUM_AS_BIT_SET(ViewportPlaceMethod)
 

	
 
/**
 
 * Drag and drop selection process, or, what to do with an area of land when
 
 * you've selected it. */
 
 * you've selected it.
 
 */
 
enum ViewportDragDropSelectionProcess {
 
	DDSP_DEMOLISH_AREA,        ///< Clear area
 
	DDSP_RAISE_AND_LEVEL_AREA, ///< Raise / level area
 
	DDSP_LOWER_AND_LEVEL_AREA, ///< Lower / level area
 
	DDSP_LEVEL_AREA,           ///< Level area
 
	DDSP_CREATE_DESERT,        ///< Fill area with desert