(svn r12429) [NoAI] -Fix: CloneCrashedVehicle isn't implemented yet, so mark it as such
--- 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);