diff options
Diffstat (limited to 'src/emap/struct')
-rw-r--r-- | src/emap/struct/itemdext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/struct/itemdext.h b/src/emap/struct/itemdext.h index 65f0729..ccc4773 100644 --- a/src/emap/struct/itemdext.h +++ b/src/emap/struct/itemdext.h @@ -48,6 +48,7 @@ struct ItemdExt int16_t subY; bool allowPickup; bool charmItem; + bool identified; }; #endif // EVOL_MAP_ITEMDEXT |