mirror of https://github.com/OpenTTD/OpenTTD
(svn r14140) -Fix (r14135): Enum in saveload-table.
parent
5216223f45
commit
63f4726e06
|
@ -25,7 +25,7 @@ struct Waypoint : PoolItem<Waypoint, WaypointID, &_Waypoint_pool> {
|
||||||
|
|
||||||
ViewportSign sign; ///< Dimensions of sign (not saved)
|
ViewportSign sign; ///< Dimensions of sign (not saved)
|
||||||
Date build_date; ///< Date of construction
|
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)
|
byte stat_id; ///< ID of waypoint within the waypoint class (not saved)
|
||||||
uint32 grfid; ///< ID of GRF file
|
uint32 grfid; ///< ID of GRF file
|
||||||
|
|
Loading…
Reference in New Issue