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/api | |
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/api')
-rw-r--r-- | src/ai/api/ai_vehicle.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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] }; |