summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-19 17:40:54 +0000
committerrubidium <rubidium@openttd.org>2011-12-19 17:40:54 +0000
commiteaadd215be7a4594bd37504935a821f8cf68c984 (patch)
tree5b28c238319b06a5a60048803d8f94f231a6666b /src/vehicle_base.h
parentaba9f98a73a065ecb79ea129f23d7c982df42e0d (diff)
downloadopenttd-eaadd215be7a4594bd37504935a821f8cf68c984.tar.xz
(svn r23594) -Codechange: follow coding style with multi line comments
Diffstat (limited to 'src/vehicle_base.h')
-rw-r--r--src/vehicle_base.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/vehicle_base.h b/src/vehicle_base.h
index 7add6b6ff..0723817fc 100644
--- a/src/vehicle_base.h
+++ b/src/vehicle_base.h
@@ -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