summaryrefslogtreecommitdiff
path: root/src/emap/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-07-31 19:44:17 +0300
committerAndrei Karas <akaras@inbox.ru>2016-07-31 19:44:17 +0300
commit48ce547ec3ead9228f81404c7abf4ee99dbe2819 (patch)
tree20d0f2e21b729a7f59cece8b2c1102ca569bb166 /src/emap/struct
parent1a4218d46ecbed547be1a6849448bbfa3ef82bf3 (diff)
downloadevol-hercules-48ce547ec3ead9228f81404c7abf4ee99dbe2819.tar.gz
evol-hercules-48ce547ec3ead9228f81404c7abf4ee99dbe2819.tar.bz2
evol-hercules-48ce547ec3ead9228f81404c7abf4ee99dbe2819.tar.xz
evol-hercules-48ce547ec3ead9228f81404c7abf4ee99dbe2819.zip
Use VECTOR for allowed cards array.
Diffstat (limited to 'src/emap/struct')
-rw-r--r--src/emap/struct/itemdext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h
index 2ce9e61..6a8d2c0 100644
--- a/src/emap/struct/itemdext.h
+++ b/src/emap/struct/itemdext.h
@@ -34,7 +34,7 @@ struct ItemdExt
int unequipEffect;
int unequipFailEffect;
- struct ItemCardExt allowedCards[100];
+ VECTOR_DECL(struct ItemCardExt) allowedCards;
struct script_code *dropScript;
struct script_code *takeScript;
struct script_code *insertScript;