summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
diff options
context:
space:
mode:
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