(svn r12429) [NoAI] -Fix: CloneCrashedVehicle isn't implemented yet, so mark it as such noai
authortruebrain
Wed, 26 Mar 2008 14:27:04 +0000
branchnoai
changeset 9821 4ee8e5126dd1
parent 9820 8c116d4c6033
child 9822 e2f83940bc52
(svn r12429) [NoAI] -Fix: CloneCrashedVehicle isn't implemented yet, so mark it as such
src/ai/api/ai_event_types.hpp
--- a/src/ai/api/ai_event_types.hpp	Wed Mar 26 06:06:35 2008 +0000
+++ b/src/ai/api/ai_event_types.hpp	Wed Mar 26 14:27:04 2008 +0000
@@ -80,8 +80,9 @@
 	TileIndex GetCrashSite() { return crash_site; }
 
 	/**
-	 * Clone the crashed vehicle and send it on its way again/
+	 * Clone the crashed vehicle and send it on its way again.
 	 * @param depot the depot to build the vehicle in.
+	 * @note This function isn't implemented yet.
 	 */
 	bool CloneCrashedVehicle(TileIndex depot);