(svn r12322) -Fix (r9874): endian issue when saving/loading group owner

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
glx 17 years ago
parent 9973b7fb64
commit c4e023bd6e

@ -23,7 +23,7 @@ struct Group : PoolItem<Group, GroupID, &_Group_pool> {
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

Loading…
Cancel
Save