New Feature: The number of merchants has increased, and their values have been externalised.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5744 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2012-12-20 01:05:45 +00:00
parent 933970b599
commit 68652036ab
10 changed files with 566 additions and 51 deletions
+5
View File
@@ -2,6 +2,7 @@
#define _ARMS_DEALER_INV_INIT__H_
#include "Item Types.h"
#include "Arms Dealer Init.h"
#define LAST_DEALER_ITEM 0//-1
#define NO_DEALER_ITEM 0
@@ -82,4 +83,8 @@ extern DEALER_POSSIBLE_INV gPerkoInventory[MAXITEMS+1];
#endif
extern DEALER_POSSIBLE_INV gFredoInventory[MAXITEMS+1];
// added by Flugente 2012-12-19
extern DEALER_POSSIBLE_INV gTinaInventory[MAXITEMS+1];
extern DEALER_POSSIBLE_INV gArmsDealerAdditional[ADDITIONAL_ARMS_DEALERS][MAXITEMS+1];
#endif