Mercurial > mm7
comparison Chest.h @ 544:ec3546510fa1
Слияние
author | Ritor1 |
---|---|
date | Sun, 03 Mar 2013 15:57:58 +0600 |
parents | 8e34868c8069 b1598f110b07 |
children | d6236f6a9882 |
comparison
equal
deleted
inserted
replaced
543:9d3d8091251b | 544:ec3546510fa1 |
---|---|
63 static void ToggleFlag(unsigned int uChestID, unsigned __int16 uFlag, unsigned int bToggle); | 63 static void ToggleFlag(unsigned int uChestID, unsigned __int16 uFlag, unsigned int bToggle); |
64 | 64 |
65 unsigned __int16 uChestBitmapID; //0 | 65 unsigned __int16 uChestBitmapID; //0 |
66 unsigned __int16 uFlags; //2 | 66 unsigned __int16 uFlags; //2 |
67 struct ItemGen igChestItems[140]; //4 | 67 struct ItemGen igChestItems[140]; //4 |
68 __int16 pInventoryIndices[140]; //0x13b4 | 68 signed __int16 pInventoryIndices[140]; //0x13b4 |
69 }; | 69 }; |
70 #pragma pack(pop) | 70 #pragma pack(pop) |
71 | 71 |
72 void __fastcall sub_420B13(int a1, int a2); | 72 void __fastcall sub_420B13(int a1, int a2); |
73 | 73 |