comparison Player.h @ 906:23655ae9cd18

Слияние
author Ritor1
date Fri, 19 Apr 2013 18:11:28 +0600
parents 6daea87a3fe3 10fa7dad1391
children 8cd0b155bebe
comparison
equal deleted inserted replaced
905:6daea87a3fe3 906:23655ae9cd18
328 { 328 {
329 union 329 union
330 { 330 {
331 struct 331 struct
332 { 332 {
333 unsigned int uOffHand; 333 unsigned int uShield;
334 unsigned int uMainHand; 334 unsigned int uMainHand;
335 unsigned int uBow; 335 unsigned int uBow;
336 unsigned int uBody; 336 unsigned int uArmor;
337 unsigned int uHelm; 337 unsigned int uHelm;
338 unsigned int uBelt; 338 unsigned int uBelt;
339 unsigned int uCloak; 339 unsigned int uCloak;
340 unsigned int field_1C; 340 unsigned int field_1C;
341 unsigned int uBoot; 341 unsigned int uBoot;