File diff r11740:6a9c3e3bc10f → r11741:f1c7a192df6b
src/viewport.cpp
Show inline comments
 
@@ -2267,10 +2267,7 @@ void VpStartPlaceSizing(TileIndex tile, 
 
	if (_thd.place_mode == HT_RECT) {
 
		_thd.place_mode = HT_SPECIAL;
 
		_thd.next_drawstyle = HT_RECT;
 
	} else if (_thd.place_mode & HT_RAIL) {
 
		_thd.place_mode = HT_SPECIAL;
 
		_thd.next_drawstyle = HT_RAIL;
 
	} else if (_thd.place_mode & HT_LINE) {
 
	} else if (_thd.place_mode & (HT_RAIL | HT_LINE)) {
 
		_thd.place_mode = HT_SPECIAL;
 
		_thd.next_drawstyle = _thd.drawstyle;
 
	} else {