diff options
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r-- | src/gfx_type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h index 983b95205..4d5a3654a 100644 --- a/src/gfx_type.h +++ b/src/gfx_type.h @@ -113,6 +113,7 @@ struct AnimCursor { struct CursorVars { Point pos, size, offs, delta; ///< position, size, offset from top-left, and movement Point draw_pos, draw_size; ///< position and size bounding-box for drawing + int short_vehicle_offset; ///< offset of the X for short vehicles SpriteID sprite; ///< current image of cursor SpriteID pal; |