changeset 8660:41542b003dc2 draft

(svn r12322) -Fix (r9874): endian issue when saving/loading group owner
author glx <glx@openttd.org>
date Fri, 29 Feb 2008 22:55:57 +0000
parents 8a48f9c9188e
children 8fc83e298938
files src/group.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/group.h
+++ b/src/group.h
@@ -23,7 +23,7 @@
 	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