diff Items.h @ 1759:845a6503f55c

fixing some itemarray zero accesses
author Grumpy7
date Tue, 01 Oct 2013 06:17:32 +0200
parents 8251e59fd7c1
children a3e86ec5d3ce
line wrap: on
line diff
--- a/Items.h	Mon Sep 30 06:09:29 2013 +0200
+++ b/Items.h	Tue Oct 01 06:17:32 2013 +0200
@@ -273,11 +273,11 @@
                             // 72  Prevents falling damage.
   int uNumCharges; //10
   unsigned int uAttributes;  //14
-  unsigned __int8 uBodyAnchor;
-  char uMaxCharges;
-  char uHolderPlayer;
-  char field_1B;
-  unsigned __int64 uExpireTime;
+  unsigned __int8 uBodyAnchor; //18
+  char uMaxCharges;  //19
+  char uHolderPlayer;  //1A
+  char field_1B;  //1B
+  unsigned __int64 uExpireTime; //1C
 };
 #pragma pack(pop)