File diff r14125:3ee08ca0423e → r14126:f23988064e74
src/ai/api/ai_tunnel.hpp
Show inline comments
 
@@ -33,13 +33,13 @@ public:
 
		/** Can't build tunnels on water */
 
		ERR_TUNNEL_CANNOT_BUILD_ON_WATER,            // [STR_ERROR_CAN_T_BUILD_ON_WATER]
 

	
 
		/** The start tile must slope either North, South, West or East */
 
		ERR_TUNNEL_START_SITE_UNSUITABLE,            // [STR_ERROR_SITE_UNSUITABLE_FOR_TUNNEL]
 

	
 
		/** An other tunnel is in the way */
 
		/** Another tunnel is in the way */
 
		ERR_TUNNEL_ANOTHER_TUNNEL_IN_THE_WAY,        // [STR_ERROR_ANOTHER_TUNNEL_IN_THE_WAY]
 

	
 
		/** Unable to excavate land at the end to create the tunnel's exit */
 
		ERR_TUNNEL_END_SITE_UNSUITABLE,              // [STR_ERROR_UNABLE_TO_EXCAVATE_LAND]
 
	};