Browse Source

Merge pull request #921 from AJenbo/stores.cpp

Stores.cpp
pull/88/head
Robin Eklind 7 years ago committed by GitHub
parent
commit
32a620a1d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 677
      Source/stores.cpp
  2. 6
      Source/stores.h

677
Source/stores.cpp

File diff suppressed because it is too large Load Diff

6
Source/stores.h

@ -18,7 +18,7 @@ extern int InStoreFlag; // idb
extern ItemStruct storehold[48];
extern int gossipstart; // weak
extern ItemStruct witchitem[20];
extern int stextscrl; // weak
extern int stextscrl;
extern int numpremium; // idb
extern ItemStruct healitem[20];
extern ItemStruct golditem;
@ -34,7 +34,7 @@ extern int boylevel; // weak
extern ItemStruct smithitem[20];
extern int stextdown; // weak
extern char stextscrlubtn; // weak
extern char stextflag; // weak
extern char stextflag;
void InitStores();
void SetupTownStores();
@ -102,7 +102,7 @@ void SmithBuyItem();
void S_SBuyEnter();
void SmithBuyPItem();
void S_SPBuyEnter();
BOOLEAN StoreGoldFit(int idx);
BOOL StoreGoldFit(int idx);
void PlaceStoreGold(int v);
void StoreSellItem();
void S_SSellEnter();

Loading…
Cancel
Save