--- deliantra/server/include/player.h 2007/06/04 12:19:08 1.61 +++ deliantra/server/include/player.h 2007/06/24 01:09:28 1.63 @@ -97,7 +97,7 @@ { client *ACC (RO, ns); /* Socket information for this player */ object *ACC (RW, ob); /* The object representing the player */ - int ACC (RO, active); + object_vector_index ACC (RO, active); bowtype_t ACC (RW, bowtype); /* which firemode? */ petmode_t ACC (RW, petmode); /* which petmode? */ @@ -113,6 +113,7 @@ sint8 ACC (RW, gen_grace); /* Bonuses to regeneration speed of grace */ sint16 ACC (RW, item_power); /* Total item power of objects equipped */ uint8 ACC (RW, listening); /* Which priority will be used in info_all */ + uint8 ACC (RW, gender); /* 0 male, 1 female, others not yte defined */ /* Try to put all the bitfields together - saves some small amount of memory */ bool ACC (RW, braced); /* Will not move if braced, only attack */