(svn r16865) -Doc [NoAI] [FS#3037]: replace old exception names with current ones and fix a type in the noai documentation (patch by Chruker)

This commit is contained in:
yexo
2009-07-17 21:36:26 +00:00
parent 3927fd6be7
commit b0441f6c8c
4 changed files with 9 additions and 9 deletions

View File

@@ -58,7 +58,7 @@ public:
ERR_VEHICLE_IN_FLIGHT, // [STR_ERROR_AIRCRAFT_IS_IN_FLIGHT]
/** Vehicle is without power */
ERR_VEHCILE_NO_POWER, // [STR_TRAIN_START_NO_CATENARY]
ERR_VEHICLE_NO_POWER, // [STR_TRAIN_START_NO_CATENARY]
};