src/ai/api/ai_vehicle.hpp
branchnoai
changeset 11000 51305152af09
parent 10999 f238f608f45c
child 11029 776c7cc8bda5
--- a/src/ai/api/ai_vehicle.hpp	Tue Jun 17 21:35:32 2008 +0000
+++ b/src/ai/api/ai_vehicle.hpp	Tue Jun 17 21:44:41 2008 +0000
@@ -78,7 +78,7 @@
 	 * The different states a vehicle can be in.
 	 */
 	enum VehicleState {
-		VS_RUNNING         //!< The vehicle is currently running.
+		VS_RUNNING,        //!< The vehicle is currently running.
 		VS_STOPPED,        //!< The vehicle is stopped manually.
 		VS_IN_DEPOT,       //!< The vehicle is stopped in the depot.
 		VS_AT_STATION,     //!< The vehicle is stopped at a station and is currently loading or unloading.