diff options
Diffstat (limited to 'source/game/items/StarMaterialItem.hpp')
-rw-r--r-- | source/game/items/StarMaterialItem.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/items/StarMaterialItem.hpp b/source/game/items/StarMaterialItem.hpp index 50da0fd..ca345eb 100644 --- a/source/game/items/StarMaterialItem.hpp +++ b/source/game/items/StarMaterialItem.hpp @@ -45,6 +45,7 @@ private: float m_altBlockRadius; bool m_shifting; bool m_multiplace; + StringList m_placeSounds; Maybe<Vec2F> m_lastAimPosition; }; |