summaryrefslogtreecommitdiff
path: root/src/roadveh.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-02-05 16:20:55 +0000
committeralberth <alberth@openttd.org>2011-02-05 16:20:55 +0000
commitb992a939966dfe50e16688d1f30767a50b2d2bc5 (patch)
treefcb370af3a43975d1021087fda7e86e515164762 /src/roadveh.h
parent915e339d0f395305ec722925bfd8f4fdd09f30a3 (diff)
downloadopenttd-b992a939966dfe50e16688d1f30767a50b2d2bc5.tar.xz
(svn r21976) -Doc: Document several crash handling functions.
Diffstat (limited to 'src/roadveh.h')
-rw-r--r--src/roadveh.h2
1 files changed, 1 insertions, 1 deletions
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<RoadVehicle, VEH_ROAD> {
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;