aboutsummaryrefslogtreecommitdiff
path: root/src/cr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr.hh')
-rw-r--r--src/cr.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cr.hh b/src/cr.hh
index 6617c76..c4034e5 100644
--- a/src/cr.hh
+++ b/src/cr.hh
@@ -143,8 +143,8 @@ struct TPlayerData {
int MurderTimestamps[20];
uint8 *Inventory;
int InventorySize;
- uint8 *Depot[9];
- int DepotSize[9];
+ uint8 *Depot[MAX_DEPOTS];
+ int DepotSize[MAX_DEPOTS];
uint32 AccountID;
int Sex;
char Name[30];