Mercurial > mm7
comparison Items.h @ 463:f7b91ef98ab2
shopgenerators done, except config tables
author | Gloval |
---|---|
date | Mon, 25 Feb 2013 08:30:49 +0400 |
parents | 0a1ea44b4a0a |
children | cc4b7981c1bb |
comparison
equal
deleted
inserted
replaced
462:37090bd974f9 | 463:f7b91ef98ab2 |
---|---|
4 | 4 |
5 | 5 |
6 | 6 |
7 | 7 |
8 /* 338 */ | 8 /* 338 */ |
9 enum ITEM_FLAGS | 9 enum ITEM_FLAGS :unsigned int |
10 { | 10 { |
11 ITEM_IDENTIFIED = 0x1, | 11 ITEM_IDENTIFIED = 0x1, |
12 ITEM_BROKEN = 0x2, | 12 ITEM_BROKEN = 0x2, |
13 ITEM_TEMP_BONUS = 0x8, | 13 ITEM_TEMP_BONUS = 0x8, |
14 ITEM_STOLEN = 0x100, | 14 ITEM_STOLEN = 0x100, |
268 char field_1179E; | 268 char field_1179E; |
269 char field_1179F; | 269 char field_1179F; |
270 }; | 270 }; |
271 #pragma pack(pop) | 271 #pragma pack(pop) |
272 | 272 |
273 | 273 void GenerateStandartShopItems(); |
274 void GenerateSpecialShopItems(); | |
274 | 275 |
275 | 276 |
276 extern ItemGen *ptr_50C9A4; | 277 extern ItemGen *ptr_50C9A4; |
277 | 278 |
278 extern struct ItemsTable *pItemsTable; | 279 extern struct ItemsTable *pItemsTable; |