(svn r23594) -Codechange: follow coding style with multi line comments

This commit is contained in:
rubidium
2011-12-19 17:40:54 +00:00
parent 06ffcf0ae8
commit 00fc0d45b0
2 changed files with 17 additions and 8 deletions

View File

@@ -187,9 +187,12 @@ public:
DirectionByte direction; ///< facing
OwnerByte owner; ///< Which company owns the vehicle?
byte spritenum; ///< currently displayed sprite index
///< 0xfd == custom sprite, 0xfe == custom second head sprite
///< 0xff == reserved for another custom sprite
/**
* currently displayed sprite index
* 0xfd == custom sprite, 0xfe == custom second head sprite
* 0xff == reserved for another custom sprite
*/
byte spritenum;
SpriteID cur_image; ///< sprite number for this vehicle
byte x_extent; ///< x-extent of vehicle bounding box
byte y_extent; ///< y-extent of vehicle bounding box