(svn r2200) - Fix [ 1179892 ] click & drag removal of road assertion fail. Add CMD_REMOVE_LONG_ROAD to the 'notest' section as it might have difficulties with town ratings, etc. Read the comment for more info (mgasterix)
This commit is contained in:
		@@ -435,7 +435,8 @@ bool DoCommandP(TileIndex tile, uint32 p1, uint32 p2, CommandCallback *callback,
 | 
			
		||||
		(cmd & 0xFF) == CMD_CLEAR_AREA ||
 | 
			
		||||
		(cmd & 0xFF) == CMD_CONVERT_RAIL ||
 | 
			
		||||
		(cmd & 0xFF) == CMD_LEVEL_LAND ||
 | 
			
		||||
		(cmd & 0xFF) == CMD_REMOVE_ROAD;
 | 
			
		||||
		(cmd & 0xFF) == CMD_REMOVE_LONG_ROAD ||
 | 
			
		||||
		(cmd & 0xFF) == CMD_REMOVE_LONG_ROAD;
 | 
			
		||||
 | 
			
		||||
	_docommand_recursive = 1;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user