diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/inventory.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inventory.hpp b/include/inventory.hpp index f8581cc..273241a 100644 --- a/include/inventory.hpp +++ b/include/inventory.hpp @@ -33,6 +33,7 @@ struct Item { TextureIterator effect; /**< Animation played on item use */ Mix_Chunk* sound; /**< The sound to play on item use */ int cooldown; + vec2 drawOffset; Item(void) : value(0), stackSize(1), cooldown(0) {} |