diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/inventory.h b/src/inventory.h index dc5b04ff7..c202d5533 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -151,10 +151,7 @@ public: return new MaterialItem(m_content, m_count); } #ifndef SERVER - video::ITexture * getImage() const - { - return content_features(m_content).inventory_texture; - } + video::ITexture * getImage() const; #endif std::string getText() { |