1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 00:55:20 +02:00

Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"

This commit is contained in:
Perttu Ahola
2011-12-02 12:12:07 +02:00
parent a17efe6e8f
commit 69bc9224db
7 changed files with 210 additions and 210 deletions

View File

@@ -158,7 +158,7 @@ public:
}
virtual void serialize(std::ostream &os) const
{
os<<"NodeItem";
os<<"node";
os<<" \"";
os<<m_nodename;
os<<"\" ";
@@ -249,7 +249,7 @@ public:
}
virtual void serialize(std::ostream &os) const
{
os<<getName();
os<<"craft";
os<<" \"";
os<<m_subname;
os<<"\" ";
@@ -345,7 +345,7 @@ public:
}
virtual void serialize(std::ostream &os) const
{
os<<getName();
os<<"tool";
os<<" \"";
os<<m_toolname;
os<<"\" ";