(svn r21976) -Doc: Document several crash handling functions.

This commit is contained in:
alberth
2011-02-05 16:20:55 +00:00
parent 447f3dbe2c
commit fe71cbfc8b
4 changed files with 26 additions and 2 deletions

View File

@@ -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;