diff options
Diffstat (limited to 'source/frontend/StarInventory.hpp')
-rw-r--r-- | source/frontend/StarInventory.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/frontend/StarInventory.hpp b/source/frontend/StarInventory.hpp index 807e2ec..af08f62 100644 --- a/source/frontend/StarInventory.hpp +++ b/source/frontend/StarInventory.hpp @@ -58,6 +58,8 @@ private: StringList m_pickUpSounds; StringList m_putDownSounds; + StringList m_someUpSounds; + StringList m_someDownSounds; Maybe<ItemDescriptor> m_currentSwapSlotItem; List<ImageWidgetPtr> m_disabledTechOverlays; |