1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

remove content_* things from map.cpp

This commit is contained in:
darkrose 2011-09-23 18:04:48 +10:00
parent 79cb754358
commit 8b875d71d1
3 changed files with 6 additions and 16 deletions

View file

@ -77,8 +77,8 @@ public:
virtual bool nodeRemovalDisabled();
virtual std::string getInventoryDrawSpecString();
std::string getOwner(){ return m_text; }
void setOwner(std::string t){ m_text = t; }
virtual std::string getOwner(){ return m_text; }
virtual void setOwner(std::string t){ m_text = t; }
private:
Inventory *m_inventory;