Changeset - r8660:013aa7edf0e4
[Not reviewed]
master
0 1 0
glx - 16 years ago 2008-02-29 22:55:57
glx@openttd.org
(svn r12322) -Fix (r9874): endian issue when saving/loading group owner
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/group.h
Show inline comments
 
@@ -23,7 +23,7 @@ struct Group : PoolItem<Group, GroupID, 
 
	char *name;                             ///< Group Name
 

	
 
	uint16 num_vehicle;                     ///< Number of vehicles wich belong to the group
 
	PlayerID owner;                         ///< Group Owner
 
	PlayerByte owner;                       ///< Group Owner
 
	VehicleTypeByte vehicle_type;           ///< Vehicle type of the group
 

	
 
	bool replace_protection;                ///< If set to true, the global autoreplace have no effect on the group
0 comments (0 inline, 0 general)