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

This commit is contained in:
glx 2008-02-29 22:55:57 +00:00
parent 9973b7fb64
commit c4e023bd6e
1 changed files with 1 additions and 1 deletions

View File

@ -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