From 63f4726e0688903db11dc2c5757aa11b1b95d57a Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 23 Aug 2008 16:13:31 +0000 Subject: (svn r14140) -Fix (r14135): Enum in saveload-table. --- src/waypoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint.h') diff --git a/src/waypoint.h b/src/waypoint.h index 1d0e64ca4..22259de09 100644 --- a/src/waypoint.h +++ b/src/waypoint.h @@ -25,7 +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 + PlayerByte 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