From b992a939966dfe50e16688d1f30767a50b2d2bc5 Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 5 Feb 2011 16:20:55 +0000 Subject: (svn r21976) -Doc: Document several crash handling functions. --- src/roadveh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/roadveh.h') diff --git a/src/roadveh.h b/src/roadveh.h index 58b7d0750..c10bb1503 100644 --- a/src/roadveh.h +++ b/src/roadveh.h @@ -90,7 +90,7 @@ struct RoadVehicle : public GroundVehicle { uint16 blocked_ctr; byte overtaking; ///< Set to #RVSB_DRIVE_SIDE when overtaking, otherwise 0. byte overtaking_ctr; ///< The length of the current overtake attempt. - uint16 crashed_ctr; + uint16 crashed_ctr; ///< Animation counter when the vehicle has crashed. @see RoadVehIsCrashed byte reverse_ctr; RoadType roadtype; -- cgit v1.2.3-54-g00ecf