summaryrefslogtreecommitdiff
path: root/src/emap/struct/itemdext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/struct/itemdext.h')
-rw-r--r--src/emap/struct/itemdext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h
index 6ce3017..2ce9e61 100644
--- a/src/emap/struct/itemdext.h
+++ b/src/emap/struct/itemdext.h
@@ -39,6 +39,8 @@ struct ItemdExt
struct script_code *takeScript;
struct script_code *insertScript;
+ int16_t subX;
+ int16_t subY;
bool allowPickup;
bool charmItem;
};