summaryrefslogtreecommitdiff
path: root/src/train.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/train.h
parent915e339d0f395305ec722925bfd8f4fdd09f30a3 (diff)
downloadopenttd-b992a939966dfe50e16688d1f30767a50b2d2bc5.tar.xz
(svn r21976) -Doc: Document several crash handling functions.
Diffstat (limited to 'src/train.h')
-rw-r--r--src/train.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/train.h b/src/train.h
index 085987a7f..815aef839 100644
--- a/src/train.h
+++ b/src/train.h
@@ -73,7 +73,7 @@ struct Train : public GroundVehicle<Train, VEH_TRAIN> {
/* Link between the two ends of a multiheaded engine */
Train *other_multiheaded_part;
- uint16 crash_anim_pos;
+ uint16 crash_anim_pos; ///< Crash animation counter.
uint16 flags;
TrackBitsByte track;