(svn r22342) -Fix (r22338): fix the right place and run the script

This commit is contained in:
glx 2011-04-17 17:56:33 +00:00
parent d91d61d643
commit e874f0e16e
8 changed files with 1 additions and 1 deletions

0
src/ai/ai.hpp.sq Normal file
View File

0
src/ai/ai_config.hpp.sq Normal file
View File

0
src/ai/ai_gui.hpp.sq Normal file
View File

0
src/ai/ai_info.hpp.sq Normal file
View File

View File

0
src/ai/ai_scanner.hpp.sq Normal file
View File

0
src/ai/ai_storage.hpp.sq Normal file
View File

View File

@ -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]
};