comparison Player.h @ 1430:71a2cf416478

LloydBeacons
author Ritor1
date Fri, 02 Aug 2013 13:48:57 +0600
parents b51332ab228f
children ff2118028c71
comparison
equal deleted inserted replaced
1429:c7489dd19f88 1430:71a2cf416478
292 292
293 #pragma pack(push, 1) 293 #pragma pack(push, 1)
294 struct LloydBeacon 294 struct LloydBeacon
295 { 295 {
296 unsigned __int64 uBeaconTime; 296 unsigned __int64 uBeaconTime;
297 int field_8; 297 int PartyPos_X;
298 int field_C; 298 int PartyPos_Y;
299 int field_10; 299 int PartyPos_Z;
300 int field_14; 300 __int16 PartyRot_X;
301 int field_18; 301 __int16 PartyRot_Y;
302 int SaveFileID;
302 }; 303 };
303 #pragma pack(pop) 304 #pragma pack(pop)
304 305
305 306
306 307