--- 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.