From dff621732099934ba5aba09c6b5c3df87b9858b5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 20 Oct 2017 10:30:53 -0400 Subject: bow/arrow updates, food --- include/inventory.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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) {} -- cgit v1.2.3