diff options
author | glx <glx@openttd.org> | 2011-04-17 17:56:33 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2011-04-17 17:56:33 +0000 |
commit | e874f0e16e5ddaff3c5f40f419f31aedc7226897 (patch) | |
tree | e738f0320343f5dfc75657565a1232ac53626bc4 /src/ai | |
parent | d91d61d643eeb29db2bbe9c8d4df98691780af1b (diff) | |
download | openttd-e874f0e16e5ddaff3c5f40f419f31aedc7226897.tar.xz |
(svn r22342) -Fix (r22338): fix the right place and run the script
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai.hpp.sq | 0 | ||||
-rw-r--r-- | src/ai/ai_config.hpp.sq | 0 | ||||
-rw-r--r-- | src/ai/ai_gui.hpp.sq | 0 | ||||
-rw-r--r-- | src/ai/ai_info.hpp.sq | 0 | ||||
-rw-r--r-- | src/ai/ai_instance.hpp.sq | 0 | ||||
-rw-r--r-- | src/ai/ai_scanner.hpp.sq | 0 | ||||
-rw-r--r-- | src/ai/ai_storage.hpp.sq | 0 | ||||
-rw-r--r-- | src/ai/api/ai_vehicle.hpp | 2 |
8 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai.hpp.sq b/src/ai/ai.hpp.sq new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/ai/ai.hpp.sq diff --git a/src/ai/ai_config.hpp.sq b/src/ai/ai_config.hpp.sq new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/ai/ai_config.hpp.sq diff --git a/src/ai/ai_gui.hpp.sq b/src/ai/ai_gui.hpp.sq new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/ai/ai_gui.hpp.sq diff --git a/src/ai/ai_info.hpp.sq b/src/ai/ai_info.hpp.sq new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/ai/ai_info.hpp.sq diff --git a/src/ai/ai_instance.hpp.sq b/src/ai/ai_instance.hpp.sq new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/ai/ai_instance.hpp.sq diff --git a/src/ai/ai_scanner.hpp.sq b/src/ai/ai_scanner.hpp.sq new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/ai/ai_scanner.hpp.sq diff --git a/src/ai/ai_storage.hpp.sq b/src/ai/ai_storage.hpp.sq new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/ai/ai_storage.hpp.sq diff --git a/src/ai/api/ai_vehicle.hpp b/src/ai/api/ai_vehicle.hpp index 9477e879e..7bd9120d1 100644 --- a/src/ai/api/ai_vehicle.hpp +++ b/src/ai/api/ai_vehicle.hpp @@ -63,7 +63,7 @@ public: 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] }; |