diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 10:30:53 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-20 10:30:53 -0400 |
commit | dff621732099934ba5aba09c6b5c3df87b9858b5 (patch) | |
tree | a4121d241a322c0a8c679ce6ba03f33bc9bb5622 /include | |
parent | 1a4780bad1cc40b43ebe6d93baba0f89572194d4 (diff) |
bow/arrow updates, food
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) {} |