mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user