changeset 17578:0a544af855e3 draft

(svn r22342) -Fix (r22338): fix the right place and run the script
author glx <glx@openttd.org>
date Sun, 17 Apr 2011 17:56:33 +0000
parents d899ce5fb00d
children 105b4e4eb168
files src/ai/ai.hpp.sq src/ai/ai_config.hpp.sq src/ai/ai_gui.hpp.sq src/ai/ai_info.hpp.sq src/ai/ai_instance.hpp.sq src/ai/ai_scanner.hpp.sq src/ai/ai_storage.hpp.sq src/ai/api/ai_vehicle.hpp
diffstat 8 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
new file mode 100644
new file mode 100644
new file mode 100644
new file mode 100644
new file mode 100644
new file mode 100644
--- a/src/ai/api/ai_vehicle.hpp
+++ b/src/ai/api/ai_vehicle.hpp
@@ -63,7 +63,7 @@
 		ERR_VEHICLE_IN_FLIGHT,                  // [STR_ERROR_AIRCRAFT_IS_IN_FLIGHT]
 
 		/** Vehicle is without power */
-		ERR_VEHICLE_NO_POWER,                   // [STR_ERROR_TRAIN_START_NO_CATENARY]
+		ERR_VEHICLE_NO_POWER,                   // [STR_ERROR_TRAIN_START_NO_POWER]
 
 	};