Mercurial > mm7
diff Chest.h @ 544:ec3546510fa1
Слияние
author | Ritor1 |
---|---|
date | Sun, 03 Mar 2013 15:57:58 +0600 |
parents | 8e34868c8069 b1598f110b07 |
children | d6236f6a9882 |
line wrap: on
line diff
--- a/Chest.h Sun Mar 03 15:57:44 2013 +0600 +++ b/Chest.h Sun Mar 03 15:57:58 2013 +0600 @@ -65,7 +65,7 @@ unsigned __int16 uChestBitmapID; //0 unsigned __int16 uFlags; //2 struct ItemGen igChestItems[140]; //4 - __int16 pInventoryIndices[140]; //0x13b4 + signed __int16 pInventoryIndices[140]; //0x13b4 }; #pragma pack(pop)