From 7dc212edeba11703d3b8a5f4105dbb0102f122ab Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 23 Aug 2008 02:15:46 +0000 Subject: (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed from rail underneath it. --- src/waypoint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/waypoint.h') diff --git a/src/waypoint.h b/src/waypoint.h index ee664e605..1d0e64ca4 100644 --- a/src/waypoint.h +++ b/src/waypoint.h @@ -25,6 +25,7 @@ struct Waypoint : PoolItem { ViewportSign sign; ///< Dimensions of sign (not saved) Date build_date; ///< Date of construction + Owner owner; ///< Whom this waypoint belongs to byte stat_id; ///< ID of waypoint within the waypoint class (not saved) uint32 grfid; ///< ID of GRF file -- cgit v1.2.3-54-g00ecf